From b47c577aba55d74f60cc4ac0ac5ea42b333dc615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Tue, 7 Feb 2006 11:58:12 +0000 Subject: undo /lib=/bin for win32, todo copy Dlls to /bin svn path=/trunk/KDE/kdelibs/; revision=506651 --- modules/FindKDE4.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 ) -- cgit v1.2.1