feat(libcomposition): SERiF now uses libcomposition instead of internal composition module

This commit is contained in:
2025-06-21 12:26:02 -04:00
parent acf7ac0b56
commit 1b26404a86
35 changed files with 77 additions and 12904 deletions

View File

@@ -41,8 +41,6 @@ add_project_arguments('-DDATA_DIR=' + data_dir, language : 'cpp')
# Build external dependencies first so that all the embedded resources are available to the other targets
subdir('build-config')
subdir('assets/static')
if get_option('build_debug_utils')
subdir('utils/debugUtils')
endif