Skip to content

Commit d714054

Browse files
committed
Invoke as admin by default
1 parent ef99fb9 commit d714054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ workspace "MTADiag"
2323
language "C++"
2424
cppdialect "C++17"
2525
kind "ConsoleApp"
26+
2627
buildoptions { "/std:c++latest" }
28+
linkoptions { "/MANIFESTUAC:\"level='requireAdministrator' \"" }
2729

2830
defines { "BUILDING_LIBCURL" }
2931
includedirs { "include", "vendor/curl/include" }

0 commit comments

Comments
 (0)