summaryrefslogtreecommitdiffstats
path: root/src/plugins/format_infos
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/format_infos')
-rw-r--r--src/plugins/format_infos/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/format_infos/CMakeLists.txt b/src/plugins/format_infos/CMakeLists.txt
new file mode 100644
index 0000000..ca01ad1
--- /dev/null
+++ b/src/plugins/format_infos/CMakeLists.txt
@@ -0,0 +1,9 @@
+install(
+ FILES
+ 3gp.xml aac.xml ac3.xml aiff.xml amr.xml ape.xml au.xml
+ avi.xml bonk.xml flac.xml la.xml m4a.xml mid.xml mod.xml mp2.xml mp3.xml
+ mpc.xml ofc.xml ofr.xml ofs.xml ogg.xml pac.xml qt.xml ra.xml shn.xml spx.xml
+ tta.xml wma.xml wv.xml wvc.xml
+ DESTINATION
+ ${DATA_INSTALL_DIR}/soundkonverter/format_infos
+)