mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
build teakra's test_generator.cpp only if building its unit tests is
enabled speeds up builds a bit
This commit is contained in:
@ -32,11 +32,16 @@ add_library(teakra
|
|||||||
register.h
|
register.h
|
||||||
shared_memory.h
|
shared_memory.h
|
||||||
teakra.cpp
|
teakra.cpp
|
||||||
test.h
|
|
||||||
test_generator.cpp
|
|
||||||
test_generator.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (TEAKRA_BUILD_UNIT_TESTS)
|
||||||
|
target_sources(teakra PUBLIC
|
||||||
|
test.h
|
||||||
|
test_generator.cpp
|
||||||
|
test_generator.h
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
create_target_directory_groups(teakra)
|
create_target_directory_groups(teakra)
|
||||||
|
|
||||||
target_link_libraries(teakra PRIVATE Threads::Threads)
|
target_link_libraries(teakra PRIVATE Threads::Threads)
|
||||||
|
Reference in New Issue
Block a user