project(config CXX) add_library(${PROJECT_NAME} STATIC src/config.cpp ) target_include_directories(${PROJECT_NAME} PUBLIC include )