Skip to content

Commit

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

jobs:
build:
if: false
name: Windows Build
runs-on: ${{matrix.os}}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion GraphicsAPI_Test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (Vulkan_FOUND)
endif()

# Fix redirection to a different project's build folder
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/../Chapter2/openxr/src/common)
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/openxr/src/common)
target_link_libraries(${PROJECT_NAME} openxr-gfxwrapper)
target_compile_definitions(${PROJECT_NAME} PUBLIC XR_TUTORIAL_USE_OPENGL)

Expand Down

0 comments on commit 3fce7da

Please sign in to comment.