Skip to content
Snippets Groups Projects
Commit edc384b1 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Add missing OpenVR target to cmake

parent 978af91d
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28212 passed
......@@ -31,7 +31,7 @@ target_include_directories(ftlstreams PUBLIC
PRIVATE src)
#target_include_directories(cv-node PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_link_libraries(ftlstreams ftlrgbd ftlrender ftlcommon ${OpenCV_LIBS} Eigen3::Eigen ftlnet ftlcodecs ftlaudio)
target_link_libraries(ftlstreams ftlrgbd ftlrender ftlcommon ${OpenCV_LIBS} Eigen3::Eigen ftlnet ftlcodecs ftlaudio openvr)
if (BUILD_TESTS)
add_subdirectory(test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment