summaryrefslogtreecommitdiffstats
path: root/src/pluginloader/CMakeLists.txt
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/pluginloader/CMakeLists.txt
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/pluginloader/CMakeLists.txt')
-rw-r--r--src/pluginloader/CMakeLists.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/pluginloader/CMakeLists.txt b/src/pluginloader/CMakeLists.txt
new file mode 100644
index 0000000..03451f4
--- /dev/null
+++ b/src/pluginloader/CMakeLists.txt
@@ -0,0 +1,21 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}
+ ${TQT_INCLUDE_DIRS}
+ ${TDE_INCLUDE_DIR}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+ ${TDE_LIB_DIR}
+)
+
+
+##### pluginloader
+
+tde_add_library( pluginloader STATIC_PIC AUTOMOC
+ SOURCES
+ convertpluginloader.cpp formatinfoloader.cpp pluginloaderbase.cpp
+ replaygainpluginloader.cpp ripperpluginloader.cpp
+)