package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
331 B

package("libsdl_ttf")
set_base("libsdl2_ttf")
add_deps("cmake", "freetype")
on_load(function (package)
wprint("libsdl_ttf package has been renamed to libsdl2_ttf following the release of SDL3, please update the package name in your xmake.lua.${clear}")
package:base():script("load")(package)
end)