Missing dll when building debug and release package
This commit is contained in:
@@ -73,7 +73,9 @@ endif()
|
|||||||
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||||
if ( WIN32 )
|
if ( WIN32 )
|
||||||
FILE(GLOB files_install_libs "${CMAKE_BINARY_DIR}/Build/lib/*.lib" )
|
FILE(GLOB files_install_libs "${CMAKE_BINARY_DIR}/Build/lib/*.lib" )
|
||||||
|
FILE(GLOB files_install_dlls "${CMAKE_BINARY_DIR}/Build/*.dll" )
|
||||||
INSTALL(FILES ${files_install_libs} DESTINATION lib )
|
INSTALL(FILES ${files_install_libs} DESTINATION lib )
|
||||||
|
INSTALL(FILES ${files_install_dlls} )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user