projects
/
platform
/
core
/
api
/
mediavision.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74436d7
)
mv3d: fix bugs
66/282166/1
author
sangho park
<sangho.g.park@samsung.com>
Fri, 23 Sep 2022 06:42:31 +0000
(15:42 +0900)
committer
sangho park
<sangho.g.park@samsung.com>
Wed, 28 Sep 2022 01:35:14 +0000
(10:35 +0900)
[Issue type] : bug fix for building mv_3d (add compile_definitions)
Change-Id: Ic325fc0bb82122ae014538fb60c7cd2096e71e6b
Signed-off-by: sangho park <sangho.g.park@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
9bedda5
..
fab7f73
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-9,6
+9,9
@@
if(BUILD_VISUALIZER)
add_compile_definitions(BUILD_VISUALIZER)
endif()
+if(MV_3D_POINTCLOUD_IS_AVAILABLE)
+ add_compile_definitions(MV_3D_POINTCLOUD_IS_AVAILABLE)
+endif()
set(MV_COMMON_LIB_NAME "mv_common")
set(MV_BARCODE_DETECTOR_LIB_NAME "mv_barcode_detector" CACHE STRING