1
0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-07-05 10:04:34 +02:00

MinGW: added rc compiler to toolchain.

Ref issue #54.
This commit is contained in:
Muzychenko Andrey 2021-10-19 08:13:21 +03:00
parent 4188cd3455
commit 43ce86571c

View File

@ -10,6 +10,7 @@ set(CMAKE_STRIP "${TOOLCHAIN_PREFIX}-strip")
set(CMAKE_SIZE "${TOOLCHAIN_PREFIX}-size")
set(CMAKE_AR "${TOOLCHAIN_PREFIX}-ar")
set(ASSEMBLER "${TOOLCHAIN_PREFIX}-as")
set(CMAKE_RC_COMPILER "${TOOLCHAIN_PREFIX}-windres")
set(CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX})