Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Removing openvr_plugin and apptray from PSMoveService project
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterSloth committed Mar 29, 2017
1 parent 0924b92 commit 24e03b8
Show file tree
Hide file tree
Showing 55 changed files with 0 additions and 89,207 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "thirdparty/openvr"]
path = thirdparty/openvr
url = https://github.com/ValveSoftware/openvr.git
[submodule "thirdparty/kalman"]
path = thirdparty/kalman
url = https://github.com/mherb/kalman.git
Expand Down
104 changes: 0 additions & 104 deletions cmake/FindOpenVR.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Step into the subdirectories
IF(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
MESSAGE(STATUS "Stepping into apptray")
add_subdirectory(apptray)
MESSAGE(STATUS "Stepping into openvr_plugin")
add_subdirectory(openvr_plugin)
ENDIF()
MESSAGE(STATUS "Stepping into psmoveprotocol")
add_subdirectory(psmoveprotocol)
MESSAGE(STATUS "Stepping into psmoveservice")
Expand Down
21 changes: 0 additions & 21 deletions src/apptray/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 24e03b8

Please sign in to comment.