aboutsummaryrefslogtreecommitdiff
path: root/scripts/x86_64-w64-mingw32.cmake
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-01-02 05:37:08 -0600
committerBrent Cook <busterb@gmail.com>2019-01-02 06:26:45 -0600
commit3bcb2e5ff2743adade9323f6ccaff714ace36875 (patch)
tree3cebf3c014ede16c856080235aa2e17a071b1f19 /scripts/x86_64-w64-mingw32.cmake
parentc23f745179fb9ce7543bc4507cea92c98c16b4dc (diff)
downloadportable-3bcb2e5ff2743adade9323f6ccaff714ace36875.tar.gz
portable-3bcb2e5ff2743adade9323f6ccaff714ace36875.tar.bz2
portable-3bcb2e5ff2743adade9323f6ccaff714ace36875.zip
enable cmake mingw builds in travis
Diffstat (limited to '')
-rw-r--r--scripts/x86_64-w64-mingw32.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/x86_64-w64-mingw32.cmake b/scripts/x86_64-w64-mingw32.cmake
new file mode 100644
index 0000000..c52b606
--- /dev/null
+++ b/scripts/x86_64-w64-mingw32.cmake
@@ -0,0 +1,8 @@
1SET(CMAKE_SYSTEM_NAME Windows)
2SET(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
3SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
4SET(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)
5set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
6set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
7set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
8