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",
|
||||
"./**.h",
|
||||
"./**.h",
|
||||
"../include/tribufu/**.h",
|
||||
"../include/tribufu/**.h",
|
||||
}
|
||||
|
||||
vpaths
|
||||
{
|
||||
["Sources"] = { "./**.cpp" },
|
||||
["Headers"] = { "./**.h", "./**.h", "../include/tribufu/**.h", "../include/tribufu/**.h" },
|
||||
["Headers"] = { "./**.h", "../include/tribufu/**.h" },
|
||||
}
|
||||
|
||||
includedirs
|
||||
|
Reference in New Issue
Block a user