summaryrefslogtreecommitdiffstats
path: root/src/modules/socketspy
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/socketspy')
-rw-r--r--src/modules/socketspy/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/modules/socketspy/CMakeLists.txt b/src/modules/socketspy/CMakeLists.txt
new file mode 100644
index 0000000..11ad88e
--- /dev/null
+++ b/src/modules/socketspy/CMakeLists.txt
@@ -0,0 +1,16 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}/include/${PROJECT_NAME}
+)
+
+
+##### kvisocketspy
+
+tde_add_kpart( libkvisocketspy AUTOMOC
+ SOURCES libkvisocketspy.cpp socketspywindow.cpp
+ LINK kvirc-shared
+ DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules
+)
+