From b04fefe8ee0086bc1404c06b8351ecb4e942f151 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 9 Jan 2025 13:27:16 -0500 Subject: deprecate cmake + fixes --- runtime/CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 runtime/CMakeLists.txt (limited to 'runtime/CMakeLists.txt') 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 -) -- cgit v1.2.3