summaryrefslogtreecommitdiff
path: root/editor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'editor/CMakeLists.txt')
-rw-r--r--editor/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index eaa72f8..b1f3d64 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -10,3 +10,8 @@ add_executable(pke_editor
)
target_link_libraries(pke_editor PRIVATE pke)
target_include_directories(pke_editor PRIVATE pke)
+
+install(
+ TARGETS pke_editor
+ RUNTIME DESTINATION bin
+)