Find mingw's windres also when Unix Makefiles are used

This commit is contained in:
Peter Kümmel 2012-08-27 16:54:21 +02:00
parent f32e7957b4
commit be9afbf453
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ if("${_help}" MATCHES "GNU ld .* 2\\.1[1-6]")
set(__WINDOWS_GNU_LD_RESPONSE 0)
endif()
if(NOT CMAKE_GENERATOR_RC AND CMAKE_GENERATOR MATCHES "Unix Makefiles")
set(CMAKE_GENERATOR_RC windres)
endif()
enable_language(RC)
macro(__windows_compiler_gnu lang)