build(wasm): working on getting wasm support into libcomposition

This commit is contained in:
2025-12-03 11:02:51 -05:00
parent ae4b2119d8
commit 9541234a5f
380 changed files with 97 additions and 108404 deletions

View File

@@ -1 +1,3 @@
option('pkg-config', type: 'boolean', value: true, description: 'generate pkg-config file for libcomposition (fourdst_composition.pc)')
option('pkg_config', type: 'boolean', value: true, description: 'generate pkg-config file for libcomposition (fourdst_composition.pc)')
option('build_tests', type: 'boolean', value: true, description: 'build unit tests (uses gtest)')
option('build_examples', type: 'boolean', value: true, description: 'build example programs')