aboutsummaryrefslogtreecommitdiff
path: root/cross/linux-mingw-w64-64bit.txt
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-05 20:45:21 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-10-13 17:04:20 +0200
commitb27af7e4654c3b2fe8c68a560c99fbffbd22789b (patch)
tree68e823c96c64cc3489db7c999a27db129e7a90df /cross/linux-mingw-w64-64bit.txt
parent7e58f33376119b53e01616139ad9354ce9cfe003 (diff)
downloadmeson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.zip
meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.gz
meson-b27af7e4654c3b2fe8c68a560c99fbffbd22789b.tar.bz2
cmake: Add cross tests
Diffstat (limited to 'cross/linux-mingw-w64-64bit.txt')
-rw-r--r--cross/linux-mingw-w64-64bit.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/cross/linux-mingw-w64-64bit.txt b/cross/linux-mingw-w64-64bit.txt
index 1c5c002..36d7350 100644
--- a/cross/linux-mingw-w64-64bit.txt
+++ b/cross/linux-mingw-w64-64bit.txt
@@ -18,3 +18,11 @@ system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
+
+[cmake]
+
+CMAKE_BUILD_WITH_INSTALL_RPATH = 'ON'
+CMAKE_FIND_ROOT_PATH_MODE_PROGRAM = 'NEVER'
+CMAKE_FIND_ROOT_PATH_MODE_LIBRARY = 'ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_INCLUDE = 'ONLY'
+CMAKE_FIND_ROOT_PATH_MODE_PACKAGE = 'ONLY'