mirror of
https://github.com/Force67/ps4delta.git
synced 2025-04-02 11:01:45 -04:00
24 lines
403 B
Lua
24 lines
403 B
Lua
|
|
project "common"
|
|
language "C++"
|
|
kind "StaticLib"
|
|
|
|
includedirs
|
|
{
|
|
".",
|
|
"./utl",
|
|
"../vendor/fmtlib/include",
|
|
"../vendor/yaml-cpp/include",
|
|
"../vendor/simdjson/include"
|
|
}
|
|
|
|
files {
|
|
"premake5.lua",
|
|
"**.h",
|
|
"**.cpp",
|
|
"**.cc"
|
|
}
|
|
|
|
filter "system:not windows"
|
|
removefiles {"**_win.cpp", "**_win.h"}
|
|
filter {}
|