supports to generate editor`s uuid (#212)

This commit is contained in:
bofeng-song 2022-01-17 18:18:09 +08:00 committed by GitHub
parent 613927e7f7
commit 89a9602367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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})