aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 09:34:00 +0800
committercrupest <crupest@outlook.com>2023-10-07 09:34:00 +0800
commit5571f4a03d10d590c0d0d0e64b9e210d0752a44e (patch)
tree14dc8c831909f72c93457a397be171317cff5510 /CMakeLists.txt
parent9db39eceafe475720d2539f867e31fe61da623c3 (diff)
downloadcru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.gz
cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.bz2
cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.zip
Start migrating cairo for emsripten.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b777728..ca73ada3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,9 +47,10 @@ function(target_add_resources target res_dir)
endforeach(RES_FILE)
endfunction()
+include(scripts/cmake/cairo.cmake)
+
add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(demos)
-include(scripts/cmake/cairo.cmake)