project(pke_editor VERSION 0.0) set(PKE_EDITOR_SOURCE_FILES main.cpp editor.hpp editor.cpp ) add_executable(pke_editor ${PKE_EDITOR_SOURCE_FILES} ) target_link_libraries(pke_editor PRIVATE pke) target_include_directories(pke_editor PRIVATE pke) install( TARGETS pke_editor RUNTIME DESTINATION bin )