supports to generate editor`s uuid

This commit is contained in:
bofeng.song 2022-01-17 17:21:06 +08:00
parent 613927e7f7
commit 1420ad7ab2
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ set(BOOST_LIBS
foreach(lib ${BOOST_LIBS})
set_target_properties(${lib} PROPERTIES FOLDER Utils)
target_compile_definitions(${lib} PUBLIC
BOOST_UUID_FORCE_AUTO_LINK
)
endforeach()
list(APPEND CC_EXTERNAL_LIBS ${BOOST_LIBS})