5 lines
98 B
CMake
5 lines
98 B
CMake
|
target_sources(test_default
|
||
|
PRIVATE
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/test_intset.cpp
|
||
|
)
|