first commit

This commit is contained in:
Chris Cochrun 2022-02-04 06:47:15 -06:00
commit 9c73c8c567
89 changed files with 6355 additions and 0 deletions

View file

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/fetch-translations"
"po"
"poqm"
"releaseme"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/fetch-translations.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()