14 lines
208 B
Lua
14 lines
208 B
Lua
project "Opensegaapi"
|
|
targetname "Opensegaapi"
|
|
language "C++"
|
|
kind "SharedLib"
|
|
|
|
files
|
|
{
|
|
"src/**.cpp", "src/**.h",
|
|
"deps/cpp/**.cpp", "deps/inc/**.h"
|
|
}
|
|
|
|
includedirs { "src" }
|
|
|
|
postbuildcommands { } |