diff options
Diffstat (limited to 'demos/xcb/CMakeLists.txt')
-rw-r--r-- | demos/xcb/CMakeLists.txt | 7 |
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) |