aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2006-02-07 11:58:12 +0000
committerPeter Kümmel <syntheticpp@gmx.net>2006-02-07 11:58:12 +0000
commitb47c577aba55d74f60cc4ac0ac5ea42b333dc615 (patch)
tree19fdc20ee0958caf4b2805dc6616fe2e982beae1 /modules
parent5fc4f5fe3e9731dc869df15080b2b3b532c99d66 (diff)
downloadextra-cmake-modules-b47c577aba55d74f60cc4ac0ac5ea42b333dc615.tar.gz
extra-cmake-modules-b47c577aba55d74f60cc4ac0ac5ea42b333dc615.tar.bz2
undo /lib=/bin for win32, todo copy Dlls to /bin
svn path=/trunk/KDE/kdelibs/; revision=506651
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake
index 5aca073d..d30e31f8 100644
--- a/modules/FindKDE4.cmake
+++ b/modules/FindKDE4.cmake
@@ -81,7 +81,8 @@ IF(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h)
IF (WIN32)
SET(KDE4_DCOPIDL_EXECUTABLE call ${CMAKE_SOURCE_DIR}/dcop/dcopidlng/dcopidl.bat )
- SET(LIBRARY_OUTPUT_PATH ${EXECUTABLE_OUTPUT_PATH} ) # create the libraries in the same directory as the executables, so the linker will find them
+ SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib )
+ # todo: copy Dlls only to ${CMAKE_BINARY_DIR}/lib
ELSE (WIN32)
SET(KDE4_DCOPIDL_EXECUTABLE ${CMAKE_SOURCE_DIR}/dcop/dcopidlng/dcopidl )
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib )