set_target_properties for OpenXR

This commit is contained in:
Jamie Anthony Morris 2021-06-03 16:16:13 +08:00
parent 09c4a87213
commit 2a6213b97c
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ set_target_properties(uv PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/uv
)
add_library(openxr SHARED IMPORTED GLOBAL)
set_target_properties(openxr PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/libxr_loader.a
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/openxr
)
add_library(webp STATIC IMPORTED GLOBAL)
set_target_properties(webp PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/libwebp.a