From 2e0eebc4867f5b40c2d457015f267e8d7ebe21ca Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 00:27:54 +0800 Subject: Try build cairo myself. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') 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) + -- cgit v1.2.3