project(pke_runtime VERSION 0.0) set(PKE_RUNTIME_SOURCE_FILES main.cpp ) add_executable(pke_runtime ${PKE_RUNTIME_SOURCE_FILES} ) target_link_libraries(pke_runtime PRIVATE pke) target_include_directories(pke_runtime PRIVATE pke)