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 /editor/CMakeLists.txt | |
| parent | 5845642965a1eebaec3a1d1126445ecb459688b8 (diff) | |
deprecate cmake + fixes
Diffstat (limited to 'editor/CMakeLists.txt')
| -rw-r--r-- | editor/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt deleted file mode 100644 index b1f3d64..0000000 --- a/editor/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -project(pke_editor VERSION 0.0) - -set(PKE_EDITOR_SOURCE_FILES - main.cpp - editor.hpp - editor.cpp -) -add_executable(pke_editor - ${PKE_EDITOR_SOURCE_FILES} -) -target_link_libraries(pke_editor PRIVATE pke) -target_include_directories(pke_editor PRIVATE pke) - -install( - TARGETS pke_editor - RUNTIME DESTINATION bin -) |
