aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/toolchains/mingw-w64-x86.cmake
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 18:00:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 18:03:37 +0300
commitd7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc (patch)
tree36834e3fe8a8f06e589cc4aff90cf3a8271c2857 /cmake/toolchains/mingw-w64-x86.cmake
parentcommon.cmake: don't use keyword- target_link_libraries (diff)
downloadcmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.tar.gz
cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.zip
rearrange all files completely
Diffstat (limited to 'cmake/toolchains/mingw-w64-x86.cmake')
-rw-r--r--cmake/toolchains/mingw-w64-x86.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/toolchains/mingw-w64-x86.cmake b/cmake/toolchains/mingw-w64-x86.cmake
new file mode 100644
index 0000000..b0c717f
--- /dev/null
+++ b/cmake/toolchains/mingw-w64-x86.cmake
@@ -0,0 +1,3 @@
+set(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
+set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
+set(CMAKE_RC_COMILER i686-w64-mingw32-windres)