File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 find_package (OpenGL REQUIRED)
5757 find_package (GLUT REQUIRED)
5858
59- include_directories (${OPENGL_INCLUDE_DIRS } ${GLUT_INCLUDE_DIR} ${USB_INCLUDE_DIRS} )
59+ include_directories (${OPENGL_INCLUDE_DIR } ${GLUT_INCLUDE_DIR} ${USB_INCLUDE_DIRS} )
6060
6161 target_link_libraries (glview freenect ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB} )
6262 target_link_libraries (regview freenect ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB} )
Original file line number Diff line number Diff line change 2525 find_package (OpenGL REQUIRED)
2626 find_package (GLUT REQUIRED)
2727
28- include_directories (${OPENGL_INCLUDE_DIRS } ${GLUT_INCLUDE_DIRS } ${USB_INCLUDE_DIRS} )
28+ include_directories (${OPENGL_INCLUDE_DIR } ${GLUT_INCLUDE_DIR } ${USB_INCLUDE_DIRS} )
2929
3030 target_link_libraries (cppview freenect ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB} )
3131endif ()
You can’t perform that action at this time.
0 commit comments