diff options
author | crupest <crupest@outlook.com> | 2023-10-07 00:27:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 00:27:54 +0800 |
commit | 2e0eebc4867f5b40c2d457015f267e8d7ebe21ca (patch) | |
tree | 1df65288400fac72dea08e8d08b4e4a18ce624ab /CMakeLists.txt | |
parent | 538616817a749642836ad3b2faff16706500602e (diff) | |
download | cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.tar.gz cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.tar.bz2 cru-2e0eebc4867f5b40c2d457015f267e8d7ebe21ca.zip |
Try build cairo myself.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 155a4687..8b777728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,3 +50,6 @@ endfunction() add_subdirectory(src) add_subdirectory(test) add_subdirectory(demos) + +include(scripts/cmake/cairo.cmake) + |