update to new autovala 1.2.0 cmake and meson files

This commit is contained in:
2017-10-30 20:18:44 -03:00
parent 0a192c6f62
commit f545ec85d7
23 changed files with 52 additions and 102 deletions

View File

@@ -8,5 +8,10 @@ make
make clean
popd
# Update the autovala environment
autovala update
# Update the autovala project file
autovala refresh
# Remove unused folders and files made by autovala
rm -rf ./{install,packages,doc} ./data/{local,bash_completion} ./.hgignore ./.bzrignore
# Generate the cmake and meson build files
autovala cmake
autovala meson