summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake')
-rw-r--r--src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake b/src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake
deleted file mode 100644
index d5c1f15..0000000
--- a/src/mesh/assimp-master/cmake-modules/MinGW_x86_64.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# this one sets internal to crosscompile (in theory)
-SET(CMAKE_SYSTEM_NAME Windows)
-
-# the minimalistic settings
-SET(CMAKE_C_COMPILER "/usr/bin/x86_64-w64-mingw32-gcc")
-SET(CMAKE_CXX_COMPILER "/usr/bin/x86_64-w64-mingw32-g++")
-SET(CMAKE_RC_COMPILER "/usr/bin/x86_64-w64-mingw32-windres")
-
-# where is the target (so called staging) environment
-SET(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32)
-
-# search for programs in the build host directories (default BOTH)
-#SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
-# for libraries and headers in the target directories
-SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
-SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)