docs(meson.build): updated build system docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user