You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/ked/oldDevFiles/developpment/systems/systemcall/CMakeLists.txt

10 lines
194 B

project(p_systemCall)
add_library(${PROJECT_NAME} systemCall.cpp)
target_include_directories( ${PROJECT_NAME}
PRIVATE ${PROJECT_SOURCE_DIR}
)
add_library(system::call ALIAS ${PROJECT_NAME})