diff options
Diffstat (limited to 'tde-i18n-es/data/tdeedu/kturtle/CMakeLists.txt')
-rw-r--r-- | tde-i18n-es/data/tdeedu/kturtle/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tde-i18n-es/data/tdeedu/kturtle/CMakeLists.txt b/tde-i18n-es/data/tdeedu/kturtle/CMakeLists.txt new file mode 100644 index 00000000000..8b255d3f6d6 --- /dev/null +++ b/tde-i18n-es/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.es.xml + DESTINATION ${DATA_INSTALL_DIR}/kturtle/data +) + +install( FILES logohighlightstyle.es.xml + DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax +) + +install( FILES cartelito.logo collar.logo colores.logo cuadrado.logo + lastablas.logo triangulo.logo triangulos.logo flecha.logo flor.logo + rulitos.logo tunombre.logo + DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/es +) |