diff options
Diffstat (limited to 'tde-i18n-de/data/tdeedu/kturtle/CMakeLists.txt')
-rw-r--r-- | tde-i18n-de/data/tdeedu/kturtle/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tde-i18n-de/data/tdeedu/kturtle/CMakeLists.txt b/tde-i18n-de/data/tdeedu/kturtle/CMakeLists.txt new file mode 100644 index 00000000000..b35f72ba312 --- /dev/null +++ b/tde-i18n-de/data/tdeedu/kturtle/CMakeLists.txt @@ -0,0 +1,15 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +install( FILES logokeywords.de_DE.xml + DESTINATION ${DATA_INSTALL_DIR}/kturtle/data +) + +install( FILES logohighlightstyle.de_DE.xml + DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax +) + +install( FILES beispiel1.logo locken.logo nikolaus.logo quadrat.logo + papierfarben.logo zufallsname.logo dreieck.logo pfeil.logo einmaleins.logo + quadrateimkreis.logo + DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/de_DE +) |