Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack253-png authored Jan 1, 2025
1 parent ce56ca5 commit 048909c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
add_requires("bullet3", "glm")
add_requires("bullet3", "glm", "opengl")
add_rules("mode.debug")
add_rules("mode.release")

function libmmd_source()
add_packages("bullet3", "glm")
add_packages("bullet3", "glm", "opengl")
add_files("src/**.cpp")
add_includedirs("include")
end
Expand Down

0 comments on commit 048909c

Please sign in to comment.