added link libraries and include dirs
This commit is contained in:
parent
504998b727
commit
07a6b7d447
|
@ -6,5 +6,10 @@ add_library(module_name_test
|
||||||
target_link_libraries(module_name_test
|
target_link_libraries(module_name_test
|
||||||
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
||||||
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
||||||
|
module_name
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(module_name_test
|
||||||
|
module_name
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue