Skip to content
Snippets Groups Projects
Commit 5afd536c authored by Nicholas Milef's avatar Nicholas Milef
Browse files

CLEANUP: moved VR controls to VTK folder

parent b4e91fb0
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,14 @@
set(VTK_H_FILES
VTKRenderer/imstkVTKInteractorStyle.h
VTKRenderer/imstkVTKScreenCaptureUtility.h
VTKRenderer/imstkVTKViewer.h)
VTKRenderer/imstkVTKViewer.h
VTKRenderer/imstkOpenVRCommand.h)
set(VTK_CPP_FILES
VTKRenderer/imstkVTKInteractorStyle.cpp
VTKRenderer/imstkVTKScreenCaptureUtility.cpp
VTKRenderer/imstkVTKViewer.cpp)
VTKRenderer/imstkVTKViewer.cpp
VTKRenderer/imstkOpenVRCommand.cpp)
set(VULKAN_H_FILES
VulkanRenderer/imstkVulkanInteractorStyle.h
......@@ -44,7 +46,6 @@ imstk_add_library( SimulationManager
imstkViewer.h
imstkScreenCaptureUtility.h
imstkInteractorStyle.h
imstkOpenVRCommand.h
${SIMULATIONMANAGER_H_FILES}
CPP_FILES
imstkSceneManager.cpp
......@@ -52,7 +53,6 @@ imstk_add_library( SimulationManager
imstkViewer.cpp
imstkScreenCaptureUtility.cpp
imstkInteractorStyle.cpp
imstkOpenVRCommand.cpp
${SIMULATIONMANAGER_CPP_FILES}
SUBDIR_LIST
${SIMULATIONMANAGER_SUBDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment