cmake_cpputest_template/.template_files/modules/TestCMakeLists.txt

11 lines
215 B
Plaintext
Raw Permalink Normal View History

# TEST_RUNNER
add_library(test_module_name
test_module_name.cpp
)
target_link_libraries(test_module_name
${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
2024-03-16 20:47:56 +00:00
module_name
)