build(libconstants): changed over to use external libconstants

this is the same module as before just broken out into its own subproject
This commit is contained in:
2025-06-21 06:30:36 -04:00
parent 591b1fdbd3
commit fdc59523bd
14 changed files with 32 additions and 157 deletions

View File

@@ -4,7 +4,6 @@ gtest_main = dependency('gtest_main', required: true)
gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('const')
subdir('meshIO')
subdir('probe')
subdir('config')