From 8e70544b340c8987daca3eb9053f026d4d96c616 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 8 Jan 2024 15:15:42 -0500 Subject: cmake install commands for pke - first pass --- runtime/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime') 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 +) -- cgit v1.2.3