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

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# *********************************************************************** #
project('libcomposition', 'cpp', version: 'v2.2.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('libcomposition', 'cpp', version: 'v2.2.3', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
# Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp')
@@ -30,9 +30,16 @@ subdir('build-config')
subdir('src')
subdir('tests')
if get_option('pkg-config')
if get_option('build_tests')
subdir('tests')
endif
if get_option('build_examples')
subdir('examples')
endif
if get_option('pkg_config')
message('Generating pkg-config file for libcomposition...')
pkg = import('pkgconfig')
pkg.generate(