9 lines
119 B
Lua

project "HACD"
kind "StaticLib"
targetdir "../../lib"
includedirs {"."}
files {
"**.cpp",
"**.h"
}