feat(libcomposition): version bump to 1.7.0 (canonical vector representation) and aadded py wrappers for those methods
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
project('fourdst', 'cpp', version: 'v0.7.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
project('fourdst', 'cpp', version: 'v0.8.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
|
||||
@@ -19,7 +19,7 @@ subdir('src-pybind')
|
||||
|
||||
# Bundle the Python backend for the Electron app
|
||||
|
||||
if get_option('build-py-backend')
|
||||
if get_option('electron-build-py-backend')
|
||||
pyinstaller_exe = find_program('pyinstaller', required : true)
|
||||
electron_src_dir = meson.current_source_dir() / 'electron'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user