mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -06:00
12 lines
309 B
CMake
12 lines
309 B
CMake
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 ${srcs})
|
|
|
|
set_target_properties(tgt PROPERTIES UNITY_BUILD ON)
|
|
|
|
set_target_properties(tgt PROPERTIES UNITY_BUILD_UNIQUE_ID MY_ANON_ID)
|