10 lines
130 B
CMake
10 lines
130 B
CMake
|
|
# TEST_RUNNER
|
|
add_library(simple_test
|
|
simple_test.cpp
|
|
)
|
|
|
|
target_link_libraries(simple_test
|
|
${CPPUTEST_LIBRARIES}
|
|
)
|
|
|