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

@@ -13,7 +13,6 @@ foreach test_file : test_sources
test_file,
dependencies: [gtest_dep, config_dep, gtest_main],
include_directories: include_directories('../../src/config/public'),
link_with: libconst, # Link the dobj library
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
)