diff options
author | crupest <crupest@outlook.com> | 2022-06-09 20:26:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-06-09 20:26:09 +0800 |
commit | e076c0316b2c501fd1745a4c6bac909d3b2c9b1c (patch) | |
tree | cdeb21f16727b6afbfc476f40304f42447735744 /demos | |
parent | a61a783929c1f792e58de6ec9592e5177885c1fe (diff) | |
download | cru-e076c0316b2c501fd1745a4c6bac909d3b2c9b1c.tar.gz cru-e076c0316b2c501fd1745a4c6bac909d3b2c9b1c.tar.bz2 cru-e076c0316b2c501fd1745a4c6bac909d3b2c9b1c.zip |
...
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() |