diff --git a/meson.build b/meson.build index 74c7770..3724fac 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('4DSSE', 'cpp', version: '0.0.1a', default_options: ['cpp_std=c++23'], m # Add default visibility for all C++ targets add_project_arguments('-fvisibility=default', language: 'cpp') -# Build external dependencies +# Build external dependencies first so that all the embedded resources are available to the other targets subdir('build-config') # Build the main project