diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-12-31 01:02:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-12-31 01:02:29 +0100 |
commit | 2da3d7904a207ce635caddc4fc95b2f1d19039b3 (patch) | |
tree | 290662b7f4181b17388253448372d6355527cbcd /tde-i18n-it/data/tdeedu/klettres | |
parent | 967ad8d9b773eb857d78c6bbc6845a3b4b3c2fe9 (diff) | |
download | tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.tar.gz tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.zip |
Initial cmake conversion
This resolves Bug 1329
Diffstat (limited to 'tde-i18n-it/data/tdeedu/klettres')
-rw-r--r-- | tde-i18n-it/data/tdeedu/klettres/CMakeLists.txt | 9 | ||||
-rw-r--r-- | tde-i18n-it/data/tdeedu/klettres/alpha/CMakeLists.txt | 7 | ||||
-rw-r--r-- | tde-i18n-it/data/tdeedu/klettres/syllab/CMakeLists.txt | 12 |
3 files changed, 28 insertions, 0 deletions
diff --git a/tde-i18n-it/data/tdeedu/klettres/CMakeLists.txt b/tde-i18n-it/data/tdeedu/klettres/CMakeLists.txt new file mode 100644 index 00000000000..e778f073a1c --- /dev/null +++ b/tde-i18n-it/data/tdeedu/klettres/CMakeLists.txt @@ -0,0 +1,9 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) + +##### other data ################################ + +install( FILES sounds.xml + DESTINATION ${DATA_INSTALL_DIR}/klettres/it +) diff --git a/tde-i18n-it/data/tdeedu/klettres/alpha/CMakeLists.txt b/tde-i18n-it/data/tdeedu/klettres/alpha/CMakeLists.txt new file mode 100644 index 00000000000..a68386fe309 --- /dev/null +++ b/tde-i18n-it/data/tdeedu/klettres/alpha/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +install( FILES a.ogg d.ogg g.ogg i.ogg l.ogg m.ogg p.ogg s.ogg w.ogg z.ogg + b.ogg e.ogg h.ogg j.ogg n.ogg q.ogg t.ogg x.ogg c.ogg f.ogg k.ogg o.ogg r.ogg + u.ogg y.ogg + DESTINATION ${DATA_INSTALL_DIR}/klettres/it/alpha +) diff --git a/tde-i18n-it/data/tdeedu/klettres/syllab/CMakeLists.txt b/tde-i18n-it/data/tdeedu/klettres/syllab/CMakeLists.txt new file mode 100644 index 00000000000..b580004ac13 --- /dev/null +++ b/tde-i18n-it/data/tdeedu/klettres/syllab/CMakeLists.txt @@ -0,0 +1,12 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +install( FILES ba.ogg co.ogg fe.ogg gna.ogg le.ogg mi.ogg pa.ogg ro.ogg te.ogg + vo.ogg be.ogg cu.ogg fi.ogg gne.ogg li.ogg mo.ogg pe.ogg ru.ogg ti.ogg vu.ogg + bi.ogg da.ogg fo.ogg gni.ogg lo.ogg mu.ogg pi.ogg sa.ogg za.ogg bo.ogg de.ogg + ga.ogg gno.ogg na.ogg po.ogg se.ogg to.ogg ze.ogg bu.ogg di.ogg ge.ogg + gnu.ogg lu.ogg ne.ogg pu.ogg si.ogg tu.ogg zi.ogg ca.ogg do.ogg gi.ogg go.ogg + ni.ogg ra.ogg so.ogg va.ogg zo.ogg ce.ogg du.ogg gu.ogg ma.ogg no.ogg re.ogg + su.ogg ve.ogg zu.ogg ci.ogg fa.ogg gli.ogg la.ogg me.ogg nu.ogg ri.ogg ta.ogg + vi.ogg + DESTINATION ${DATA_INSTALL_DIR}/klettres/it/syllab +) |