build(const): added build system for const module and tests

This commit is contained in:
2025-02-11 18:06:14 -05:00
parent 99916bcea7
commit f1124f1a09
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,2 @@
subdir('dobj')
subdir('const')

View File

@@ -4,6 +4,8 @@ gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('dobj')
subdir('const')
# Subdirectories for sandbox tests
subdir('dobj_sandbox')