diff options
Diffstat (limited to 'KMFIPTInterface/CMakeLists.txt')
| -rw-r--r-- | KMFIPTInterface/CMakeLists.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/KMFIPTInterface/CMakeLists.txt b/KMFIPTInterface/CMakeLists.txt new file mode 100644 index 0000000..43514ea --- /dev/null +++ b/KMFIPTInterface/CMakeLists.txt @@ -0,0 +1,40 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/kmyfirewall + ${CMAKE_BINARY_DIR} + ${TQT_INCLUDE_DIRS} + ${TDE_INCLUDE_DIR} + ${IPTC_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} +) + + +##### configure checks + +tde_message_fatal( + "KMFIPTInterface is not ready for building and probably would not be functional" + "after the change iptables => xtables in Linux kernel." +) + +include( ConfigureChecks.cmake ) + + +##### kmfiptinterface (executable) + +tde_add_executable( kmfiptinterface AUTOMOC + SOURCES main.cpp kmfiptinterface.cpp iptchecker.cpp kmfiptinterface.skel + LINK tdeio-shared DCOP-shared ${IPTC_LIBRARIES} + DESTINATION ${BIN_INSTALL_DIR} +) + + +##### other data + +tde_create_translated_desktop( + SOURCE kmfiptinterface.desktop + DESTINATION ${SERVICES_INSTALL_DIR} +) |
