From 07a6b7d4474fb0d8feb67a97138e90023222f410 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 16 Mar 2024 13:47:56 -0700 Subject: [PATCH] added link libraries and include dirs --- .template_files/modules/TestCMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.template_files/modules/TestCMakeLists.txt b/.template_files/modules/TestCMakeLists.txt index c011cea..607daa4 100644 --- a/.template_files/modules/TestCMakeLists.txt +++ b/.template_files/modules/TestCMakeLists.txt @@ -6,5 +6,10 @@ add_library(module_name_test target_link_libraries(module_name_test ${CPPUTEST_LIBRARIES}/libCppUTest.a ${CPPUTEST_LIBRARIES}/libCppUTestExt.a + module_name +) + +target_include_directories(module_name_test + module_name )