diff options
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 |
