summaryrefslogtreecommitdiff
path: root/Demos/Cube/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Cube/CMakeLists.txt')
-rw-r--r--Demos/Cube/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Demos/Cube/CMakeLists.txt b/Demos/Cube/CMakeLists.txt
deleted file mode 100644
index ee06d91d3f..0000000000
--- a/Demos/Cube/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-set(SOURCES
- Cube.cpp
-)
-
-serenity_app(Cube ICON app-cube)
-target_link_libraries(Cube LibGUI)