diff options
author | crupest <crupest@outlook.com> | 2023-10-07 11:05:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 11:05:03 +0800 |
commit | faa63afb8db43690fa633fe1673be9331d278e24 (patch) | |
tree | 427d2d34bdd2bcb7da6a498a3e763fc4fec139be /CMakeLists.txt | |
parent | 5571f4a03d10d590c0d0d0e64b9e210d0752a44e (diff) | |
download | cru-faa63afb8db43690fa633fe1673be9331d278e24.tar.gz cru-faa63afb8db43690fa633fe1673be9331d278e24.tar.bz2 cru-faa63afb8db43690fa633fe1673be9331d278e24.zip |
Try to unify meson projects. So deps will be well organized.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca73ada3..52cc7a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ function(target_add_resources target res_dir) endforeach(RES_FILE) endfunction() -include(scripts/cmake/cairo.cmake) +include(scripts/cmake/meson-projects.cmake) add_subdirectory(src) add_subdirectory(test) |