Merge branch 'feature/polytrope' into feature/meshing

This commit is contained in:
2025-02-16 13:18:11 -05:00
17 changed files with 520 additions and 6 deletions

View File

@@ -3,7 +3,10 @@ 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
subdir('build-config')
# Build the main project
subdir('src')
if get_option('build_tests')
subdir('tests')