From cf21ddc3cce570e574364e841758b59c0f8e8e04 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 23 Jan 2011 20:22:40 +0000 Subject: [kdevelop] initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216516 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/interfaces/CMakeLists.txt | 61 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 lib/interfaces/CMakeLists.txt (limited to 'lib/interfaces/CMakeLists.txt') diff --git a/lib/interfaces/CMakeLists.txt b/lib/interfaces/CMakeLists.txt new file mode 100644 index 00000000..fac94870 --- /dev/null +++ b/lib/interfaces/CMakeLists.txt @@ -0,0 +1,61 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( extensions ) +add_subdirectory( external ) +add_subdirectory( extras ) + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/lib/util + ${CMAKE_SOURCE_DIR}/lib/interfaces/external + ${CMAKE_SOURCE_DIR}/lib/cppparser + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + + +##### headers ################################### + +install( FILES + kdevlanguagesupport.h kdevmainwindow.h kdevpartcontroller.h + kdevplugin.h kdevproject.h kdevcore.h kdevcoderepository.h + codemodel.h codemodel_utils.h codemodel_treeparser.h + kdevgenericfactory.h kdevapi.h kdevdesignerintegration.h + kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h + KDevPartControllerIface.h katedocumentmanagerinterface.h + hashedstring.h + DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces ) + +install( FILES + kdevelopproject.desktop kdeveloplanguagesupport.desktop + kdevelopplugin.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} ) + + +##### kdevinterfaces (static) ################### + +tde_add_library( kdevinterfaces STATIC_PIC AUTOMOC + SOURCES + kdevcore.cpp kdevproject.cpp kdevlanguagesupport.cpp + kdevpartcontroller.cpp kdevapi.cpp KDevCoreIface.skel + kdevmainwindow.cpp KDevPartControllerIface.skel + kdevplugin.cpp kdevcoderepository.cpp + codemodel.cpp codemodel_treeparser.cpp + codemodel_utils.cpp kdevdesignerintegration.cpp + kdevplugincontroller.cpp kdevplugininfo.cpp + KDevCoreIface.cpp KDevPartControllerIface.cpp + katedocumentmanagerinterface.cpp + katedocumentmanagerinterface.skel kdevprojectiface.cpp + kdevprojectiface.skel kdevdesignerintegrationiface.cpp + kdevdesignerintegrationiface.skel hashedstring.cpp +) -- cgit v1.2.3