Force include winapifamily.h for windows store

pull/169/head
zabulus 2016-05-03 10:39:28 +03:00
parent 5331a1d6c1
commit e18972cfde
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ if(NOT CRYPTOPP_DATA_DIR STREQUAL "")
add_definitions(-DCRYPTOPP_DATA_DIR="${CRYPTOPP_DATA_DIR}")
endif()
if(WINDOWS_STORE)
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /FI\"winapifamily.h\"" )
endif()
#============================================================================
# Sources & headers
#============================================================================