Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
8 lines
273 B
CMake
8 lines
273 B
CMake
set(CMAKE_SYSTEM_NAME Windows)
|
|
set(CMAKE_SYSTEM_PROCESSOR x86_64)
|
|
|
|
set(CMAKE_SYSROOT /usr/x86_64-w64-mingw32/)
|
|
set(ENV{PKG_CONFIG} /usr/x86_64-w64-mingw32/bin/pkgconf)
|
|
|
|
set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc-posix)
|
|
set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++-posix)
|