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 56
56
find_package (OpenGL REQUIRED )
57
57
find_package (GLUT REQUIRED )
58
58
59
- include_directories (${OPENGL_INCLUDE_DIRS } ${GLUT_INCLUDE_DIR} ${USB_INCLUDE_DIRS} )
59
+ include_directories (${OPENGL_INCLUDE_DIR } ${GLUT_INCLUDE_DIR} ${USB_INCLUDE_DIRS} )
60
60
61
61
target_link_libraries (glview freenect ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB} )
62
62
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 25
25
find_package (OpenGL REQUIRED )
26
26
find_package (GLUT REQUIRED )
27
27
28
- include_directories (${OPENGL_INCLUDE_DIRS } ${GLUT_INCLUDE_DIRS } ${USB_INCLUDE_DIRS} )
28
+ include_directories (${OPENGL_INCLUDE_DIR } ${GLUT_INCLUDE_DIR } ${USB_INCLUDE_DIRS} )
29
29
30
30
target_link_libraries (cppview freenect ${OPENGL_LIBRARIES} ${GLUT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB} )
31
31
endif ()
You can’t perform that action at this time.
0 commit comments