10 lines
207 B
CMake
10 lines
207 B
CMake
# TEST_RUNNER
|
|
add_library(test_SuperLoop
|
|
test_SuperLoop.cpp
|
|
)
|
|
|
|
target_link_libraries(test_SuperLoop
|
|
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
|
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
|
SuperLoop
|
|
)
|