From a727eca14cfbbd1d27f392f4329132602a98ed56 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 16 Feb 2025 15:09:22 -0500 Subject: [PATCH] docs(meson.build): updated build system docs --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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