Manifest for windows 10

This commit is contained in:
Drake Arconis
2016-01-16 16:39:36 -05:00
parent 466cc68580
commit a17b849d84
6 changed files with 41 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ include(StateMachine)
include(TemplateCheck)
include(UI)
include(ViewerMiscLibs)
include(WinManifest)
if (WINDOWS)
@@ -1558,6 +1559,9 @@ if (WINDOWS)
add_dependencies(${VIEWER_BINARY_NAME}
SLPlugin
)
EMBED_MANIFEST(${VIEWER_BINARY_NAME} 1)
# sets the 'working directory' for debugging from visual studio.
if (NOT UNATTENDED)
add_custom_command(