docs(meson.build): updated build system docs

This commit is contained in:
2025-02-16 15:09:22 -05:00
parent ea037cf996
commit a727eca14c

View File

@@ -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 default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp') 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') subdir('build-config')
# Build the main project # Build the main project