diff options
Diffstat (limited to 'src/modules/dcc/CMakeLists.txt')
| -rw-r--r-- | src/modules/dcc/CMakeLists.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/modules/dcc/CMakeLists.txt b/src/modules/dcc/CMakeLists.txt new file mode 100644 index 0000000..3bab827 --- /dev/null +++ b/src/modules/dcc/CMakeLists.txt @@ -0,0 +1,40 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/include/${PROJECT_NAME} +) + + +##### kvidcc + +tde_add_kpart( libkvidcc AUTOMOC + SOURCES + adpcmcodec.cpp + broker.cpp + canvas.cpp + canvaswidget.cpp + chat.cpp + codec.cpp + descriptor.cpp + dialogs.cpp + gsmcodec.cpp + libkvidcc.cpp + marshal.cpp + requests.cpp + send.cpp + thread.cpp + utils.cpp + voice.cpp + window.cpp + LINK kvirc-shared ${GSM_LIBRARY} + DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules +) + + +##### other files + +install( + FILES kvi_dccfiletransfericons.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) |
