diff options
author | crupest <crupest@outlook.com> | 2023-10-07 09:34:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 09:34:00 +0800 |
commit | 5571f4a03d10d590c0d0d0e64b9e210d0752a44e (patch) | |
tree | 14dc8c831909f72c93457a397be171317cff5510 /CMakeLists.txt | |
parent | 9db39eceafe475720d2539f867e31fe61da623c3 (diff) | |
download | cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.gz cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.tar.bz2 cru-5571f4a03d10d590c0d0d0e64b9e210d0752a44e.zip |
Start migrating cairo for emsripten.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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) |