summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-09 13:27:16 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-09 13:27:16 -0500
commitb04fefe8ee0086bc1404c06b8351ecb4e942f151 (patch)
treeadbb6fecfc17f781c16e9150a80124936040d8e3 /runtime
parent5845642965a1eebaec3a1d1126445ecb459688b8 (diff)
deprecate cmake + fixes
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt15
-rw-r--r--runtime/runtime.cpp (renamed from runtime/main.cpp)0
2 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
-)
diff --git a/runtime/main.cpp b/runtime/runtime.cpp
index 36f50d3..36f50d3 100644
--- a/runtime/main.cpp
+++ b/runtime/runtime.cpp