2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:07:44 +00:00

UWP fixes

This commit is contained in:
Jack Andersen
2017-12-06 18:09:27 -10:00
parent 559096feeb
commit 79f0336588
8 changed files with 83 additions and 3 deletions

View File

@@ -65,3 +65,6 @@ add_library(hecl-common
atdna_CVar.cpp
${PLAT_SRCS})
if(WINDOWS_STORE)
set_property(TARGET hecl-common PROPERTY VS_WINRT_COMPONENT TRUE)
endif()