mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 22:34:21 +00:00
Update premake5.lua
This commit is contained in:
@ -16,15 +16,13 @@ project "tribufu_cpp"
|
|||||||
{
|
{
|
||||||
"./**.cpp",
|
"./**.cpp",
|
||||||
"./**.h",
|
"./**.h",
|
||||||
"./**.h",
|
|
||||||
"../include/tribufu/**.h",
|
|
||||||
"../include/tribufu/**.h",
|
"../include/tribufu/**.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
vpaths
|
vpaths
|
||||||
{
|
{
|
||||||
["Sources"] = { "./**.cpp" },
|
["Sources"] = { "./**.cpp" },
|
||||||
["Headers"] = { "./**.h", "./**.h", "../include/tribufu/**.h", "../include/tribufu/**.h" },
|
["Headers"] = { "./**.h", "../include/tribufu/**.h" },
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs
|
includedirs
|
||||||
|
Reference in New Issue
Block a user