cmake_cpputest_template/.template_files/modules/TestCMakeLists.txt

11 lines
195 B
Plaintext
Raw Normal View History

# TEST_RUNNER
add_library(module_name_test
module_name.cpp
)
target_link_libraries(module_name_test
${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
)