ENH: Use ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release, etc.

This commit is contained in:
Sebastien Barre
2002-03-26 14:41:33 -05:00
parent d198c5e072
commit e0f36dbfba
5 changed files with 9 additions and 29 deletions

View File

@@ -10,12 +10,8 @@ TARGET_LINK_LIBRARIES(complex ${COMPLEX_LIBS})
# Link to CMake lib
#
FIND_LIBRARY(CMAKE_LIB
CMakeLib
${Complex_BINARY_DIR}/../../Source
${Complex_BINARY_DIR}/../../Source/Debug
${Complex_BINARY_DIR}/../../Source/Release
${Complex_BINARY_DIR}/../../Source/MinSizeRel
${Complex_BINARY_DIR}/../../Source/RelWithDebInfo)
CMakeLib
${Wrapping_BINARY_DIR}/../../Source/${CMAKE_CFG_INTDIR})
# Specify the same one for debug/optimized to increase coverage
TARGET_LINK_LIBRARIES(complex