Update premake5.lua

This commit is contained in:
Guilherme Werner
2023-12-03 12:42:05 -03:00
parent 21f5523798
commit c1330f4c1b

View File

@ -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