kde-l10n/update.sh

8 lines
134 B
Bash
Raw Normal View History

#!/bin/bash
for i in *;do
if [ -d "$i" ];then
2015-07-25 16:14:56 +03:00
echo "macro_optional_add_subdirectory( $i )" >> CMakeLists.txt
fi
done