diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/cmake-modules/MinGW_x86_64.cmake | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/cmake-modules/MinGW_x86_64.cmake')
-rw-r--r-- | libs/assimp/cmake-modules/MinGW_x86_64.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/assimp/cmake-modules/MinGW_x86_64.cmake b/libs/assimp/cmake-modules/MinGW_x86_64.cmake deleted file mode 100644 index d5c1f15..0000000 --- a/libs/assimp/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) |