Add chipmunk source code
And upgrade it to 7.0.2
This commit is contained in:
9
thirdparty/build/chipmunk.lua
vendored
Normal file
9
thirdparty/build/chipmunk.lua
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
LIBRARY.Name = "chipmunk"
|
||||
|
||||
LIBRARY.Language = "C++"
|
||||
|
||||
LIBRARY.Files = {
|
||||
"../thirdparty/include/chipmunk/*.h",
|
||||
"../thirdparty/src/chipmunk/*.h",
|
||||
"../thirdparty/src/chipmunk/*.c",
|
||||
}
|
||||
Reference in New Issue
Block a user