mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
d82d3a2c3a
Unittests that used for testing refactored CleanupStr() in #207.
11 lines
146 B
CMake
11 lines
146 B
CMake
add_executable(
|
|
misc_tests
|
|
misc_tests.cpp
|
|
)
|
|
target_link_libraries(
|
|
misc_tests
|
|
GTest::gtest_main
|
|
misc
|
|
)
|
|
gtest_discover_tests(misc_tests)
|