You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
237 B
7 lines
237 B
6 years ago
|
set(CMAKE_RC_COMPILER "/usr/bin/i686-w64-mingw32-windres")
|
||
|
set(CMAKE_RC_COMPILER_ARG1 "")
|
||
|
set(CMAKE_RC_COMPILER_LOADED 1)
|
||
|
set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC)
|
||
|
set(CMAKE_RC_OUTPUT_EXTENSION .res)
|
||
|
set(CMAKE_RC_COMPILER_ENV_VAR "RC")
|