supports to generate editor`s uuid (#212)
This commit is contained in:
parent
613927e7f7
commit
89a9602367
|
|
@ -9,6 +9,9 @@ set(BOOST_LIBS
|
||||||
|
|
||||||
foreach(lib ${BOOST_LIBS})
|
foreach(lib ${BOOST_LIBS})
|
||||||
set_target_properties(${lib} PROPERTIES FOLDER Utils)
|
set_target_properties(${lib} PROPERTIES FOLDER Utils)
|
||||||
|
target_compile_definitions(${lib} PUBLIC
|
||||||
|
BOOST_UUID_FORCE_AUTO_LINK
|
||||||
|
)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
list(APPEND CC_EXTERNAL_LIBS ${BOOST_LIBS})
|
list(APPEND CC_EXTERNAL_LIBS ${BOOST_LIBS})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue