remoevd shared lib
This commit is contained in:
parent
499bd45d4d
commit
cb57dd49c7
|
@ -13,20 +13,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE(complex complex)
|
ADD_EXECUTABLE(complex complex)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex CMakeLib)
|
||||||
CMakeLib)
|
|
||||||
|
|
||||||
IF(WIN32)
|
|
||||||
# we must copy the dll to the correct location
|
|
||||||
FIND_FILE(CMAKE_DLL CMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
FIND_FILE(CMAKE_DLL libCMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
GET_FILENAME_COMPONENT(CMAKE_DLL_NAME ${CMAKE_DLL} NAME)
|
|
||||||
IF (CMAKE_DLL)
|
|
||||||
CONFIGURE_FILE(
|
|
||||||
${CMAKE_DLL}
|
|
||||||
${Complex_BINARY_DIR}/bin/${CMAKE_DLL_NAME} COPYONLY)
|
|
||||||
ENDIF (CMAKE_DLL)
|
|
||||||
ENDIF (WIN32)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
|
@ -13,20 +13,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE(complex complex)
|
ADD_EXECUTABLE(complex complex)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex CMakeLib)
|
||||||
CMakeLib)
|
|
||||||
|
|
||||||
IF(WIN32)
|
|
||||||
# we must copy the dll to the correct location
|
|
||||||
FIND_FILE(CMAKE_DLL CMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
FIND_FILE(CMAKE_DLL libCMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
GET_FILENAME_COMPONENT(CMAKE_DLL_NAME ${CMAKE_DLL} NAME)
|
|
||||||
IF (CMAKE_DLL)
|
|
||||||
CONFIGURE_FILE(
|
|
||||||
${CMAKE_DLL}
|
|
||||||
${Complex_BINARY_DIR}/bin/${CMAKE_DLL_NAME} COPYONLY)
|
|
||||||
ENDIF (CMAKE_DLL)
|
|
||||||
ENDIF (WIN32)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
|
@ -13,20 +13,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE(complex complex)
|
ADD_EXECUTABLE(complex complex)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex CMakeLib)
|
||||||
CMakeLib)
|
|
||||||
|
|
||||||
IF(WIN32)
|
|
||||||
# we must copy the dll to the correct location
|
|
||||||
FIND_FILE(CMAKE_DLL CMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
FIND_FILE(CMAKE_DLL libCMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
|
|
||||||
GET_FILENAME_COMPONENT(CMAKE_DLL_NAME ${CMAKE_DLL} NAME)
|
|
||||||
IF (CMAKE_DLL)
|
|
||||||
CONFIGURE_FILE(
|
|
||||||
${CMAKE_DLL}
|
|
||||||
${Complex_BINARY_DIR}/bin/${CMAKE_DLL_NAME} COPYONLY)
|
|
||||||
ENDIF (CMAKE_DLL)
|
|
||||||
ENDIF (WIN32)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
Loading…
Reference in New Issue