Update CMakeLists.txt

closes https://github.com/assimp/assimp/issues/2449: fix uwp handling
pull/2462/head
Kim Kulling 2019-05-13 21:49:50 +02:00 committed by GitHub
parent c48adf2301
commit 815730c92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1077,7 +1077,9 @@ if( MSVC )
endif()
if (${CMAKE_SYSTEM_NAME} MATCHES "WindowsStore")
set(WindowsStore TRUE)
target_compile_definitions(assimp PUBLIC WindowsStore)
TARGET_LINK_LIBRARIES(assimp advapi32)
#set(WindowsStore TRUE)
endif()
SET_TARGET_PROPERTIES( assimp PROPERTIES
VERSION ${ASSIMP_VERSION}