git-svn-id: svn://db.shs.com.ru/libs@205 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-05-16 11:30:25 +00:00
parent 2acacdc95a
commit dc6331099b
3 changed files with 3 additions and 4 deletions

View File

@@ -63,6 +63,6 @@ if(WIN32)
foreach(PIP_LT ${PIP_LIBS_TARGETS})
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pip/lib${PIP_LT}.dll" DESTINATION ${QTDIR})
endforeach()
set(CMAKES "FindMinGW.cmake" "QtProject.cmake")
set(CMAKES "FindMinGW.cmake")
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
endif()