diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-09 13:27:16 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-09 13:27:16 -0500 |
| commit | b04fefe8ee0086bc1404c06b8351ecb4e942f151 (patch) | |
| tree | adbb6fecfc17f781c16e9150a80124936040d8e3 /runtime | |
| parent | 5845642965a1eebaec3a1d1126445ecb459688b8 (diff) | |
deprecate cmake + fixes
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/CMakeLists.txt | 15 | ||||
| -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 |
