Update cmake files
This commit is contained in:
@@ -79,4 +79,6 @@ add_subdirectory(uvc)
|
||||
|
||||
# tutorials
|
||||
|
||||
add_subdirectory(tutorials)
|
||||
if(WITH_API)
|
||||
add_subdirectory(tutorials)
|
||||
endif()
|
||||
|
||||
@@ -63,7 +63,7 @@ macro(make_executable2 NAME)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
if(WITH_API)
|
||||
# packages
|
||||
|
||||
# If you install PCL to different directory, please set CMAKE_PREFIX_PATH to find it.
|
||||
#LIST(APPEND CMAKE_PREFIX_PATH /usr/local/share)
|
||||
@@ -124,8 +124,6 @@ make_executable2(ctrl_manual_exposure
|
||||
)
|
||||
make_executable2(ctrl_infrared SRCS control/infrared.cc WITH_OPENCV)
|
||||
|
||||
endif()
|
||||
|
||||
# intermediate level
|
||||
|
||||
make_executable2(get_all_device_info SRCS intermediate/get_all_device_info.cc WITH_OPENCV)
|
||||
|
||||
Reference in New Issue
Block a user