Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 8, 2025
1 parent 144a88f commit 8b7f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/j/johnnyengine/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target("johnny-engine")
add_defines("STB_IMAGE_IMPLEMENTATION")
set_languages("c++11")
add_packages("glew", "libsdl2", "libsdl2_ttf", "libsdl2_mixer", "libsdl2_gfx", "box2d 2.x", "assimp", "stb", "tmxparser")
add_packages("glew", "libsdl2", "libsdl2_ttf", "libsdl2_mixer", "libsdl2_gfx", "box2d", "assimp", "stb", "tmxparser")
add_files("src/*.cpp")
add_headerfiles("include/*.h")
Expand Down

0 comments on commit 8b7f2c5

Please sign in to comment.