Fixes to the new meson/ninja build system. Pretty close to working... I think.

This commit is contained in:
Storm Dragon
2025-08-11 16:27:27 -04:00
parent aa369af689
commit 2d24a5b126
77 changed files with 21 additions and 132061 deletions

View File

@@ -1 +1,9 @@
# Main executable script
install_data(
'cthulhu.py',
rename: 'cthulhu',
install_dir: get_option('bindir'),
install_mode: 'rwxr-xr-x'
)
subdir('cthulhu')