We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c29aaf commit d2e2f74Copy full SHA for d2e2f74
src/loader/CMakeLists.txt
@@ -250,7 +250,7 @@ export(
250
NAMESPACE OpenXR::
251
)
252
253
-if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
+if((CMAKE_SYSTEM_NAME STREQUAL "Windows") OR (CMAKE_SYSTEM_NAME STREQUAL "WindowsStore"))
254
set(TARGET_DESTINATION cmake)
255
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
256
set(TARGET_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/openxr/)
0 commit comments