minetest/util/buildbot
JosiahWI cf136914cf
Take advantage of IrrlichtMt CMake target (#11287)
With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt.
Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt.
2021-07-27 19:11:27 +02:00
..
buildwin32.sh Take advantage of IrrlichtMt CMake target (#11287) 2021-07-27 19:11:27 +02:00
buildwin64.sh Take advantage of IrrlichtMt CMake target (#11287) 2021-07-27 19:11:27 +02:00
toolchain_i686-w64-mingw32-posix.cmake buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection 2021-03-06 23:01:50 +01:00
toolchain_i686-w64-mingw32.cmake buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection 2021-03-06 23:01:50 +01:00
toolchain_x86_64-w64-mingw32-posix.cmake Buildbot: Use posix on Win64 builds if available (#11355) 2021-06-22 19:59:09 +02:00
toolchain_x86_64-w64-mingw32.cmake Improve buildbot script 2019-06-21 01:46:00 +01:00