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

Another windows cmake fix

parent 06d948ad
No related branches found
No related tags found
1 merge request!272Use OpenGL for overlay
Pipeline #22372 canceled
......@@ -14,8 +14,9 @@ add_library(ftlrender
target_include_directories(ftlrender PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/ext/nanogui/include>
$<INSTALL_INTERFACE:include>
PRIVATE src)
target_link_libraries(ftlrender ftlrgbd ftlcommon Eigen3::Eigen Threads::Threads nanogui ${OpenCV_LIBS})
target_link_libraries(ftlrender ftlrgbd ftlcommon Eigen3::Eigen Threads::Threads nanogui ${NANOGUI_EXTRA_LIBS} ${OpenCV_LIBS})
#ADD_SUBDIRECTORY(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment