summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-15 14:25:36 +0200
committerAki <please@ignore.pl>2022-05-15 14:25:56 +0200
commit1b61e9b2b8c3b2218ec5a908a547180a642719e6 (patch)
tree05c998be7d9cffc891cec6f3d09c9d164f9f2f98 /CMakeLists.txt
parent92d04b664e2e182fab41e63c3465aad898386cb0 (diff)
downloadderelict-1b61e9b2b8c3b2218ec5a908a547180a642719e6.zip
derelict-1b61e9b2b8c3b2218ec5a908a547180a642719e6.tar.gz
derelict-1b61e9b2b8c3b2218ec5a908a547180a642719e6.tar.bz2
Removed example source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14a7b02..94427fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,6 @@ find_package(nlohmann_json 3.2 REQUIRED)
add_executable(
${PROJECT_NAME}
DumpSource.cpp
- ExampleSource.cpp
main.cpp
View.cpp
)