diff options
Diffstat (limited to 'src/modules/term/CMakeLists.txt')
| -rw-r--r-- | src/modules/term/CMakeLists.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/modules/term/CMakeLists.txt b/src/modules/term/CMakeLists.txt new file mode 100644 index 0000000..4715f2e --- /dev/null +++ b/src/modules/term/CMakeLists.txt @@ -0,0 +1,20 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/include/${PROJECT_NAME} +) + +if( WITH_TDE ) + set( TDE_LIBRARIES tdeparts-shared ) +endif( ) + + +##### kviterm + +tde_add_kpart( libkviterm AUTOMOC + SOURCES libkviterm.cpp termwidget.cpp termwindow.cpp + LINK kvirc-shared ${TDE_LIBRARIES} + DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules +) + |
