diff --git a/premake5.lua b/premake5.lua index 9823d960..fc9e6e5b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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"