Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit af55bbe

Browse files
MortimerGorobluemarvin
authored andcommitted
Refactor Oculus Layers and SwapChain code to different files (#2688)
1 parent 7794743 commit af55bbe

6 files changed

Lines changed: 695 additions & 589 deletions

File tree

app/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ target_sources(
9494
native-lib
9595
PUBLIC
9696
src/oculusvr/cpp/DeviceDelegateOculusVR.cpp
97+
src/oculusvr/cpp/OculusSwapChain.cpp
98+
src/oculusvr/cpp/OculusVRLayers.cpp
9799
)
98100
add_custom_command(TARGET native-lib POST_BUILD
99101
COMMAND ${CMAKE_COMMAND} -E copy

0 commit comments

Comments
 (0)