aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-03 18:36:23 -0700
committerhnOsmium0001 <[email protected]>2022-04-03 18:36:23 -0700
commitebd42760caaec8330a3c028f31adc7bc0b339d16 (patch)
treea1a01147b78f10f467b757ecee7056d09d594230 /3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake
Initial commit
Diffstat (limited to '3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake')
-rw-r--r--3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake b/3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake
new file mode 100644
index 0000000..8726b23
--- /dev/null
+++ b/3rdparty/glfw/source/CMake/i686-w64-mingw32-clang.cmake
@@ -0,0 +1,13 @@
+# Define the environment for cross-compiling with 32-bit MinGW-w64 Clang
+SET(CMAKE_SYSTEM_NAME Windows) # Target system name
+SET(CMAKE_SYSTEM_VERSION 1)
+SET(CMAKE_C_COMPILER "i686-w64-mingw32-clang")
+SET(CMAKE_CXX_COMPILER "i686-w64-mingw32-clang++")
+SET(CMAKE_RC_COMPILER "i686-w64-mingw32-windres")
+SET(CMAKE_RANLIB "i686-w64-mingw32-ranlib")
+
+# Configure the behaviour of the find commands
+SET(CMAKE_FIND_ROOT_PATH "/usr/i686-w64-mingw32")
+SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)