summaryrefslogtreecommitdiffstats
path: root/src/modules/snd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/snd/CMakeLists.txt')
-rw-r--r--src/modules/snd/CMakeLists.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/modules/snd/CMakeLists.txt b/src/modules/snd/CMakeLists.txt
new file mode 100644
index 0000000..a984469
--- /dev/null
+++ b/src/modules/snd/CMakeLists.txt
@@ -0,0 +1,21 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}/include/${PROJECT_NAME}
+ ${ARTS_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${ARTS_LIBRARY_DIRS}
+)
+
+
+##### kvisnd
+
+tde_add_kpart( libkvisnd AUTOMOC
+ SOURCES libkvisnd.cpp
+ LINK kvirc-shared ${ARTS_LIBRARIES} ${AUDIOFILE_LIBRARIES} ${ESD_LIBRARIES}
+ DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules
+)
+