Skip to content

Commit

Permalink
Fix destination path of LIBRARY and ARCHIVE in INSTALL target in the …
Browse files Browse the repository at this point in the history
…Debug configuration
  • Loading branch information
dbarbier committed May 19, 2011
1 parent 306eac6 commit e9a42a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm/cmake/DRAWEXE/CMakeLists.txt
Expand Up @@ -61,8 +61,8 @@ IF(WIN32 AND CMAKE_CONFIGURATION_TYPES)

INSTALL(TARGETS ${TOOLKIT_APP}
RUNTIME DESTINATION ${${PROJECT_NAME}_INSTALL_BIN_DEBUG_DIR} CONFIGURATIONS "Debug" COMPONENT RuntimeLibraries
LIBRARY DESTINATION ${${PROJECT_NAME}_INSTALL_PACKAGE_DEBUG_LIB_DIR} CONFIGURATIONS "Debug" COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${${PROJECT_NAME}_INSTALL_PACKAGE_DEBUG_LIB_DIR} CONFIGURATIONS "Debug" COMPONENT Development
LIBRARY DESTINATION ${${PROJECT_NAME}_INSTALL_PACKAGE_LIB_DEBUG_DIR} CONFIGURATIONS "Debug" COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${${PROJECT_NAME}_INSTALL_PACKAGE_LIB_DEBUG_DIR} CONFIGURATIONS "Debug" COMPONENT Development
)
ELSE(WIN32 AND CMAKE_CONFIGURATION_TYPES)

Expand Down

0 comments on commit e9a42a9

Please sign in to comment.