-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate external toolchains better #296
Comments
After #1365, this should now be done with CMake. 👍 |
How about this one @carstene1ns ? Are any of these still relevant after all the build system changes we've had recently? |
Not really, we still use the same, old Makefiles we always used (look in the builds folder) for anything that is not Windows, Linux, emscripten (Web) or OSX. The only progress we ever had here is that Windows is now buildable via CMake. The next one will be libretro via CMake and these changes are a good base for further work (because they make the CMakeLists more generic). |
No idea if this is relevant for us. Solution for one 3DS-CMake problem: devkitPro/pacman-packages#41
|
With CMake 3.20 a new cli option "presets" was added. This allows reading presets from a json file (https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html). Could be useful to make the CMake invocation less verbose and reduce redundancy in jenkins when we use specific ci-presets. |
I consider this one fixed with #2627. |
configure
to compile for wii, gcw0, etc. or use CMake Toolchain filesbuilds
folder, remove Makefilesmore to come
The text was updated successfully, but these errors were encountered: