Added correct linked libs to the simple_test
This commit is contained in:
parent
46710be9b5
commit
f687b3b400
|
@ -1,11 +1,12 @@
|
||||||
|
|
||||||
# TEST_RUNNER
|
# TEST_RUNNER
|
||||||
add_library(simple_test
|
add_library(simple_test
|
||||||
simple_test.cpp
|
simple_test.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(simple_test
|
target_link_libraries(simple_test
|
||||||
${CPPUTEST_LDFLAGS}
|
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
||||||
|
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
||||||
)
|
)
|
||||||
|
|
||||||
# TEST_DIRS
|
# TEST_DIRS
|
||||||
|
|
Loading…
Reference in New Issue