build(wasm): libconfig now builds and works in wasm

This commit is contained in:
2025-12-03 08:54:33 -05:00
parent 067a3a0d51
commit 1a7f4837c6
9 changed files with 138 additions and 7 deletions

View File

@@ -1 +1,3 @@
option('pkg-config', type: 'boolean', value: true, description: 'generate pkg-config file for libconfig (fourdst_config.pc)')
option('pkg_config', type: 'boolean', value: true, description: 'generate pkg-config file for libconfig (fourdst_config.pc)')
option('build_tests', type: 'boolean', value: true, description: 'Build unit and integration tests (uses gtest)')
option('build_examples', type: 'boolean', value: true, description: 'Build simple example programs')