diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-08 15:15:42 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-08 15:15:42 -0500 |
| commit | 8e70544b340c8987daca3eb9053f026d4d96c616 (patch) | |
| tree | 6dd223a6237f31d8b0e76e6ef46964826db6b459 /runtime | |
| parent | 3aa95ba29a779d695c2a16905c651be768231212 (diff) | |
cmake install commands for pke - first pass
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/CMakeLists.txt | 5 |
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 +) |
