2014-05-07 15:54:08 +00:00
|
|
|
project "HACD"
|
|
|
|
|
|
|
|
kind "StaticLib"
|
2015-07-11 05:20:06 +00:00
|
|
|
|
2014-05-07 15:54:08 +00:00
|
|
|
includedirs {"."}
|
2018-02-10 02:46:26 +00:00
|
|
|
if os.is("Linux") then
|
|
|
|
buildoptions{"-fPIC"}
|
|
|
|
end
|
2014-05-07 15:54:08 +00:00
|
|
|
files {
|
|
|
|
"**.cpp",
|
|
|
|
"**.h"
|
|
|
|
}
|