mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
9 lines
138 B
Lua
9 lines
138 B
Lua
project "ConvexDecomposition"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {".","../../src"}
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |