aboutsummaryrefslogtreecommitdiff
path: root/demos/xcb/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/xcb/CMakeLists.txt')
-rw-r--r--demos/xcb/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/xcb/CMakeLists.txt b/demos/xcb/CMakeLists.txt
deleted file mode 100644
index 97292467..00000000
--- a/demos/xcb/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-find_library(LIBRARY_XCB xcb REQUIRED)
-
-add_library(demo-xcb-base INTERFACE)
-target_link_libraries(demo-xcb-base INTERFACE ${LIBRARY_XCB})
-
-add_subdirectory(start)
-add_subdirectory(cairo-start)