cmake_cpputest_template/.template_files/modules/CMakeLists.txt

8 lines
130 B
CMake
Raw Normal View History

add_library(module_name STATIC
module_name.c
)
target_include_directories(modlue_name PUBLIC
${CMAKE_CURRENT_LIST_DIR}
)