Skip to content

Commit

Permalink
add more sdl-ttf src files
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Jan 1, 2025
1 parent 89b549a commit df5fc80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,13 @@ pub fn build(b: *std.Build) !void {
{
SDL_ttf.addCSourceFiles(.{
.root = sdl_ttf_dep.path(""),
.files = &.{"src/SDL_ttf.c"},
.files = &.{
"src/SDL_gpu_textengine.c",
"src/SDL_hashtable.c",
"src/SDL_renderer_textengine.c",
"src/SDL_surface_textengine.c",
"src/SDL_ttf.c",
},
.flags = &.{},
});
SDL_ttf.addIncludePath(sdl_ttf_dep.path("include"));
Expand Down

0 comments on commit df5fc80

Please sign in to comment.