Add debug-dir option for setting the VS working directory (#43)

This commit is contained in:
Clayton 2022-04-09 01:15:51 -04:00 committed by GitHub
parent b88c8d3eb0
commit 698b94a786

View File

@ -321,6 +321,10 @@ if _OPTIONS["copy-to"] then
postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}
end
if _OPTIONS["debug-dir"] then
debugdir ( _OPTIONS["debug-dir"] )
end
dependencies.imports()
project "tlsdll"