You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
315 B
12 lines
315 B
3 years ago
|
project(unitybuild_anon_ns CXX)
|
||
|
|
||
|
include(${CMAKE_CURRENT_SOURCE_DIR}/unitybuild_anon_ns_test_files.cmake)
|
||
|
|
||
|
write_unity_build_anon_ns_test_files(srcs)
|
||
|
|
||
|
add_library(tgt SHARED f.cxx ${srcs})
|
||
|
|
||
|
set_target_properties(tgt PROPERTIES UNITY_BUILD ON)
|
||
|
|
||
|
set_target_properties(tgt PROPERTIES UNITY_BUILD_UNIQUE_ID MY_ANON_ID)
|