mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-26 23:24:13 +08:00
not
This commit is contained in:
parent
097895db36
commit
6b7bbe0099
@ -18,7 +18,7 @@ set(sources PyStand.cpp luna.rc ${versioninfo})
|
||||
add_executable(LunaTranslator_debug ${sources})
|
||||
target_compile_definitions(LunaTranslator_debug PRIVATE PYSTAND_CONSOLE)
|
||||
add_executable(LunaTranslator WIN32 ${sources})
|
||||
if(not WINXP)
|
||||
if(NOT WINXP)
|
||||
add_executable(LunaTranslator_admin WIN32 ${sources})
|
||||
set_target_properties(LunaTranslator_admin PROPERTIES LINK_FLAGS " /MANIFESTUAC:\"level='requireAdministrator' uiAccess='false'\" ")
|
||||
target_precompile_headers(LunaTranslator_admin REUSE_FROM pch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user