mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 07:27:13 -05:00
9 lines
276 B
CMake
9 lines
276 B
CMake
message(DEPRECATION
|
|
"This toolchain file has been superseded by devkitPro CMake. "
|
|
"devkitPro CMake for Wii U can be invoked with the following wrapper script:\n"
|
|
""
|
|
"/opt/devkitpro/portlibs/wiiu/bin/powerpc-eabi-cmake"
|
|
)
|
|
|
|
include(/opt/devkitpro/cmake/WiiU.cmake)
|