diff options
Diffstat (limited to 'src/modules/http/CMakeLists.txt')
| -rw-r--r-- | src/modules/http/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/modules/http/CMakeLists.txt b/src/modules/http/CMakeLists.txt new file mode 100644 index 0000000..9035ea4 --- /dev/null +++ b/src/modules/http/CMakeLists.txt @@ -0,0 +1,23 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/include/${PROJECT_NAME} +) + + +##### kvihttp + +tde_add_kpart( libkvihttp AUTOMOC + SOURCES libkvihttp.cpp httpfiletransfer.cpp + LINK kvirc-shared + DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules +) + + +##### other files + +install( + FILES kvi_httpicons.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) |
