2016-07-09 11:21:54 +02:00

3 lines
89 B
CMake

add_library(greeting SHARED greeting.c)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})