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