summaryrefslogtreecommitdiff
path: root/example
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 /example
parent5845642965a1eebaec3a1d1126445ecb459688b8 (diff)
deprecate cmake + fixes
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
deleted file mode 100644
index a895b5d..0000000
--- a/example/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-project(pke_example VERSION 0.0)
-
-set(PKE_EDITOR_SOURCE_FILES
- # example_export.h
- example.hpp
- example.cpp
-)
-
-add_library(pke_example
- ${PKE_EDITOR_SOURCE_FILES}
-)
-
-target_link_libraries(pke_example PUBLIC pke)
-target_include_directories(pke_example PUBLIC pke)