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
)
2024-03-20 20:55:03 +00:00
target_include_directories(module_name PUBLIC
${CMAKE_CURRENT_LIST_DIR}
)