From f1fe73d1909a2448a004a88362a1a532d0d4f7c3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Feb 2023 23:53:22 -0600 Subject: switch to tinyobj and nanovg from assimp and cairo --- libs/assimp/cmake-modules/MinGW_x86_64.cmake | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libs/assimp/cmake-modules/MinGW_x86_64.cmake (limited to 'libs/assimp/cmake-modules/MinGW_x86_64.cmake') 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) -- cgit v1.2.1