summaryrefslogtreecommitdiffstats
path: root/kbfxlib
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-25 15:03:41 -0600
committerTimothy Pearson <[email protected]>2011-11-25 15:03:41 -0600
commita8435f7b72462753d65affe0708e6ec6838119cd (patch)
tree1c4d2a6606fb68f63f3f201cad2c55f5decdcbfa /kbfxlib
parent0c4bc5daa3504b759e0ec204f8979c7c92f2d6a0 (diff)
downloadkbfx-a8435f7b72462753d65affe0708e6ec6838119cd.tar.gz
kbfx-a8435f7b72462753d65affe0708e6ec6838119cd.zip
Migrate main cmake file
Diffstat (limited to 'kbfxlib')
-rw-r--r--kbfxlib/common/CMakeLists.txt15
1 files changed, 3 insertions, 12 deletions
diff --git a/kbfxlib/common/CMakeLists.txt b/kbfxlib/common/CMakeLists.txt
index c453732..d10e847 100644
--- a/kbfxlib/common/CMakeLists.txt
+++ b/kbfxlib/common/CMakeLists.txt
@@ -13,9 +13,8 @@ include_directories(
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
${CMAKE_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/src
- ${CMAKE_SOURCE_DIR}/src
- ${CMAKE_SOURCE_DIR}/kio/kio
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}
)
link_directories(
@@ -23,15 +22,7 @@ link_directories(
)
-##### other data ################################
-
-install( FILES locate.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
-install( FILES locater.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
-install( FILES rlocate.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
-install( FILES locate.desktop DESTINATION ${SERVICES_INSTALL_DIR}/searchproviders )
-
-
-##### libkbfxcommonsrc ##############################
+##### kbfxcommon #################################
set( target kbfxcommon )