12 lines
155 B
Lua
12 lines
155 B
Lua
project "HACD"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {"."}
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |