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

@@ -6,6 +6,7 @@ include(LLPlugin)
include(Linking)
include(PluginAPI)
include(LLMessage)
include(WinManifest)
include_directories(
${LLPLUGIN_INCLUDE_DIRS}
@@ -58,6 +59,7 @@ if (WINDOWS)
PROPERTIES
LINK_FLAGS "/OPT:NOREF"
)
EMBED_MANIFEST(SLPlugin 1)
endif()
target_link_libraries(SLPlugin