diff options
author | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
commit | a4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch) | |
tree | 13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /portaudio/i686-w64-mingw32.cmake | |
parent | bde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff) |
add plibsys
Diffstat (limited to 'portaudio/i686-w64-mingw32.cmake')
-rw-r--r-- | portaudio/i686-w64-mingw32.cmake | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/portaudio/i686-w64-mingw32.cmake b/portaudio/i686-w64-mingw32.cmake deleted file mode 100644 index c3331b6..0000000 --- a/portaudio/i686-w64-mingw32.cmake +++ /dev/null @@ -1,17 +0,0 @@ -# CMake Toolchain file for cross-compiling PortAudio to i686-w64-mingw32 -# Inspired from: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/cross_compiling/Mingw -# Example usage: $ cmake -DCMAKE_TOOLCHAIN_FILE=i686-w64-mingw32.cmake . -# i686-w64-mingw32 needs to be installed for this to work. On Debian-based -# distributions the package is typically named `mingw-w64`. - -SET(CMAKE_SYSTEM_NAME Windows) - -SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc) -SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) -SET(CMAKE_RC_COMPILER i686-w64-mingw32-windres) - -SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32) - -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) |