git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@435 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-10-11 07:29:58 +00:00
parent 90b34a7b3c
commit deb4baab0f

View File

@@ -59,8 +59,8 @@ endif()
# if we build debug and release in the same dir, we want to install both! # if we build debug and release in the same dir, we want to install both!
if ( ${PROJECT_NAME} MATCHES "OpenMesh") if ( ${PROJECT_NAME} MATCHES "OpenMesh")
if ( WIN32 ) if ( WIN32 )
message("Location : ${CMAKE_CURRENT_BINARY_DIR}/Build/lib/lib*.lib ") message("Location : ${CMAKE_BINARY_DIR}/Build/lib/lib*.lib ")
INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/Build/lib/lib*.lib" DESTINATION lib ) INSTALL(FILES "${CMAKE_BINARY_DIR}/Build/lib/lib*.lib" DESTINATION lib )
endif() endif()
endif() endif()