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

This commit is contained in:
2017-05-12 12:10:48 +00:00
parent d5218d7c4a
commit e6112cdb96
337 changed files with 26799 additions and 251 deletions

View File

@@ -5,7 +5,7 @@ if(${MINGW})
find_path(MINGW_INCLUDE
windows.h
PATHS
EVN INCLUDE
ENV INCLUDE
${MINGW_DIR}
${MINGW_DIR}/i686-w64-mingw32
${MINGW_DIR}/x86_64-w64-mingw32
@@ -15,8 +15,8 @@ if(${MINGW})
#if(NOT ${MINGW_INCLUDE}) MINGW_INCLUDE = ${MINGW_DIR}/include
find_library(MINGW_LIB m HINTS ${MINGW_BIN}/../lib ${MINGW_INCLUDE}/../lib)
get_filename_component(MINGW_LIB ${MINGW_LIB} PATH)
message(STATUS "Find MinGW binary path = ${MINGW_BIN}")
message(STATUS "Find MinGW include path = ${MINGW_INCLUDE}")
message(STATUS "Find MinGW library path = ${MINGW_LIB}")
message(STATUS "Found MinGW binary path = ${MINGW_BIN}")
message(STATUS "Found MinGW include path = ${MINGW_INCLUDE}")
message(STATUS "Found MinGW library path = ${MINGW_LIB}")
endif()
endif(${MINGW})