Move glog_init.h
This commit is contained in:
parent
71c21d789a
commit
d40c48df3a
|
@ -70,6 +70,7 @@ set(MYNTEYE_NAME ${PROJECT_NAME})
|
|||
|
||||
set(MYNTEYE_PUBLIC_H
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/mynteye/global.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/mynteye/glog_init.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/mynteye/mynteye.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/mynteye/types.h
|
||||
)
|
||||
|
|
|
@ -40,10 +40,6 @@ include(${PRO_DIR}/cmake/Common.cmake)
|
|||
|
||||
set(OUT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/_output")
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
# samples above device layer
|
||||
|
||||
add_subdirectory(device)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
|
||||
#include "glog_init.h" // NOLINT
|
||||
#include "mynteye/glog_init.h"
|
||||
|
||||
#include "device/context.h"
|
||||
#include "device/device.h"
|
||||
|
|
|
@ -7,12 +7,11 @@
|
|||
#include <iostream>
|
||||
#include <mutex>
|
||||
|
||||
#include "mynteye/glog_init.h"
|
||||
#include "mynteye/mynteye.h"
|
||||
#include "mynteye/types.h"
|
||||
#include "uvc/uvc.h"
|
||||
|
||||
#include "glog_init.h" // NOLINT
|
||||
|
||||
struct frame {
|
||||
const void *data = nullptr;
|
||||
~frame() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user