aboutsummaryrefslogtreecommitdiff
path: root/demos/xcb/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-24 22:58:07 +0800
committercrupest <crupest@outlook.com>2021-03-24 22:58:07 +0800
commitba43736c55ad510942e9e83ca0c8bea7265cf055 (patch)
treea27a804ea3b95dbe33dde47568fe23b7f98439f6 /demos/xcb/CMakeLists.txt
parent7f15a1ff9a2007e119798053083a0a87d042990a (diff)
downloadcru-ba43736c55ad510942e9e83ca0c8bea7265cf055.tar.gz
cru-ba43736c55ad510942e9e83ca0c8bea7265cf055.tar.bz2
cru-ba43736c55ad510942e9e83ca0c8bea7265cf055.zip
...
Diffstat (limited to 'demos/xcb/CMakeLists.txt')
-rw-r--r--demos/xcb/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/xcb/CMakeLists.txt b/demos/xcb/CMakeLists.txt
new file mode 100644
index 00000000..97292467
--- /dev/null
+++ b/demos/xcb/CMakeLists.txt
@@ -0,0 +1,7 @@
+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)