summaryrefslogtreecommitdiff
path: root/example/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'example/CMakeLists.txt')
-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)