Skip to content
Snippets Groups Projects
Commit da508d38 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

OpenXR: Add suffix path to include and bin cmake detection

parent 6635417e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ find_path(OpenXRRemoting_INCLUDE_DIR
openxr_msft_holographic_remoting.h
openxr_msft_remoting_frame_mirroring.h
openxr_msft_remoting_speech.h
PATH_SUFFIXES
openxr
openxrremoting
DOC "OpenXR Remoting include directory")
mark_as_advanced(OpenXRRemoting_INCLUDE_DIR)
......@@ -10,6 +13,9 @@ find_path(OpenXRRemoting_BIN_DIR
NAMES
Microsoft.Holographic.AppRemoting.OpenXr.dll
RemotingXR.json
PATH_SUFFIXES
"x64/Desktop"
"bin/x64/Desktop"
DOC "OpenXR Remoting bin directory")
mark_as_advanced(OpenXRRemoting_BIN_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment