diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 9b8f0fec..46da3544 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -19,6 +19,7 @@ elseif(APPLE) add_subdirectory(InputMethod) add_subdirectory(SvgPath) elseif(UNIX) + add_subdirectory(graphics) add_subdirectory(xcb) endif() |