summaryrefslogtreecommitdiffstats
path: root/src/plugins/format_infos
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-13 18:42:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-14 23:18:41 +0900
commit5bba09ee4570e1227de99565d41ae9fb6bc14ae1 (patch)
tree29d378b82102f1de620ee07a8167d569f7f031d7 /src/plugins/format_infos
parent546952a11f82de4741f508f401ab613c172ad293 (diff)
downloadsoundkonverter-5bba09ee.tar.gz
soundkonverter-5bba09ee.zip
cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 802b45c5566c3916e46250060ecef332f055fc26)
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
+)