2 lines
94 B
CMake
2 lines
94 B
CMake
add_library(sds STATIC sds.c)
|
|
target_include_directories(sds PUBLIC ${CMAKE_CURRENT_LIST_DIR}) |