Skip to content

Commit

Permalink
Refactor Oculus Layers and SwapChain code to different files (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Jan 24, 2020
1 parent 7794743 commit af55bbe
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 589 deletions.
2 changes: 2 additions & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ target_sources(
native-lib
PUBLIC
src/oculusvr/cpp/DeviceDelegateOculusVR.cpp
src/oculusvr/cpp/OculusSwapChain.cpp
src/oculusvr/cpp/OculusVRLayers.cpp
)
add_custom_command(TARGET native-lib POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
Expand Down

0 comments on commit af55bbe

Please sign in to comment.