1 2 3 4 5
message(STATUS "* Configuring dynstr") set(SRCS dynstr/dynstr.c) include_directories(dynstr/include) add_library(dynstr STATIC ${SRCS})