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 a9b0ecd71c
commit abdb230e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"