3 lines
105 B
CMake
3 lines
105 B
CMake
add_library(testlib testlib.c)
|
|
|
|
target_include_directories(testlib INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) |