Public headers of device layer and some utils
This commit is contained in:
@@ -6,10 +6,6 @@ set_outdir(
|
||||
"${OUT_DIR}/bin/${DIR_NAME}"
|
||||
)
|
||||
|
||||
include_directories(
|
||||
${PRO_DIR}/src
|
||||
)
|
||||
|
||||
## camera_d
|
||||
|
||||
add_executable(camera_d camera.cc)
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
#include "mynteye/glog_init.h"
|
||||
|
||||
#include "device/context.h"
|
||||
#include "device/device.h"
|
||||
#include "mynteye/context.h"
|
||||
#include "mynteye/device.h"
|
||||
|
||||
#include "internal/times.h"
|
||||
#include "mynteye/times.h"
|
||||
|
||||
MYNTEYE_USE_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user