Typo *.o -> *.so

This commit is contained in:
Jamie Anthony Morris 2021-06-03 16:35:32 +08:00
parent 2a6213b97c
commit 4853656c26
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ set_target_properties(uv PROPERTIES
add_library(openxr SHARED IMPORTED GLOBAL)
set_target_properties(openxr PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/libxr_loader.a
IMPORTED_LOCATION ${platform_spec_path}/libxr_loader.so
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/openxr
)