Files
GridFire/tests/graphnet_sandbox/meson.build
Emily Boudreaux e0a05bbd1a build(cross): macOS cross compilation
macos cross compilation now works. macos binaries can be compiled on
linux with osxcross installed and built
2025-12-01 13:28:25 -05:00

6 lines
117 B
Meson

executable(
'graphnet_sandbox',
'main.cpp',
dependencies: [gridfire_dep, composition_dep, cli11_dep],
)