summaryrefslogtreecommitdiff
path: root/runtime/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/CMakeLists.txt')
-rw-r--r--runtime/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
deleted file mode 100644
index 9510970..0000000
--- a/runtime/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-project(pke_runtime VERSION 0.0)
-
-set(PKE_RUNTIME_SOURCE_FILES
- main.cpp
-)
-add_executable(pke_runtime
- ${PKE_RUNTIME_SOURCE_FILES}
-)
-target_link_libraries(pke_runtime PRIVATE pke)
-target_include_directories(pke_runtime PRIVATE pke)
-
-install(
- TARGETS pke_runtime
- RUNTIME DESTINATION bin
-)