03-28-2024 03:30 AM
PS D:\OpenXR-SDK-Source-main\build\win64> cmake -G "Visual Studio 17 2022" -A x64 ..\..
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22631.
-- Enabling OpenGL support
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR)
-- Could NOT find JsonCpp (missing: JsonCpp_INCLUDE_DIR JsonCpp_LIBRARY)
D:/ovr_openxr_mobile_sdk_62.0/OpenXR/Libs/Android//
-- Enabling OpenGL support in hello_xr, loader_test, and conformance, if configured
-- Could NOT find glslc, using precompiled .spv files
-- OpenXR 1.0.34
-- Configuring done
CMake Error at src/tests/c_compile_test/CMakeLists.txt:30 (add_executable):
Target "openxr_c_compile_test" links to target "OpenXR::openxr_loader" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
i tried to log ANDROID_ABI but no value How can I fix it?