stroid now installs properly, has an improved CLI for outputting more formats, and can compile on clang and gcc
2 lines
105 B
Meson
2 lines
105 B
Meson
executable('stroid', 'stroid.cpp', dependencies: [stroid_dep, cli11_dep, magic_enum_dep], install: true)
|