3 lines
89 B
CMake
3 lines
89 B
CMake
add_library(greeting SHARED greeting.c)
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|