Reorganize virtual folder structure in solution files.
This commit is contained in:
parent
3bacac8e56
commit
3fd7c1c66e
@ -19,6 +19,12 @@ solution "iw4x"
|
||||
defines { "NDEBUG" }
|
||||
flags { "Optimize", "MultiProcessorCompile", "Symbols" }
|
||||
|
||||
vpaths {
|
||||
["Headers/*"] = "src/**.hpp",
|
||||
["Sources/*"] = {"src/**.cpp"},
|
||||
["Docs/*"] = {"**.txt","**.md"}
|
||||
}
|
||||
|
||||
if _OPTIONS["copy-to"] then
|
||||
saneCopyToPath = string.gsub(_OPTIONS["copy-to"] .. "\\", "\\\\", "\\")
|
||||
postbuildcommands {
|
||||
|
Loading…
Reference in New Issue
Block a user