Skip to content

Commit

Permalink
Fix Windows Build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rbessems committed Feb 28, 2024
1 parent 7329577 commit 4dd9f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-host-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
# workflow_dispatch:

jobs:
build:
if: false
build:
name: Windows Build
runs-on: ${{matrix.os}}
strategy:
Expand Down
1 change: 1 addition & 0 deletions Chapter1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if (ANDROID) # Android
# XR_DOCS_TAG_BEGIN_Gfxwrapper
include(../cmake/gfxwrapper.cmake)
if(TARGET openxr-gfxwrapper)
target_include_directories(${PROJECT_NAME} PUBLIC ${ANDROID_NDK}/sources/openxr/src/common)
target_link_libraries(${PROJECT_NAME} openxr-gfxwrapper)
target_compile_definitions(${PROJECT_NAME} PUBLIC XR_TUTORIAL_USE_OPENGL_ES)
endif()
Expand Down

0 comments on commit 4dd9f18

Please sign in to comment.