add_subdirectory(mv_common)
add_subdirectory(mv_machine_learning)
+add_subdirectory(mv_barcode)
if(${IS_TIZEN})
- add_subdirectory(mv_barcode)
add_subdirectory(mv_image)
add_subdirectory(mv_face)
add_subdirectory(mv_surveillance)
testsuites/machine_learning/inference/test_object_detection.cpp
testsuites/machine_learning/inference/test_face_detection.cpp
testsuites/machine_learning/inference/test_face_landmark_detection.cpp
- testsuites/machine_learning/inference/test_pose_landmark_detection.cpp)
+ testsuites/machine_learning/inference/test_pose_landmark_detection.cpp
+ testsuites/barcode/test_barcode.cpp
+ testsuites/barcode/test_designqr.cpp)
if(${IS_TIZEN})
set(SRC_FILES ${SRC_FILES}
- testsuites/common/test_pkt.cpp
- testsuites/barcode/test_barcode.cpp
- testsuites/barcode/test_designqr.cpp)
+ testsuites/common/test_pkt.cpp)
endif()
if (${ENABLE_ML_FACE_RECOGNITION})
target_compile_definitions(${PROJECT_NAME} PRIVATE -DTEST_RES_PATH="${TEST_RES_PATH}")
target_link_libraries(${PROJECT_NAME}
gtest gtest_main mv_inference mv_image_helper
- pthread mv_ml_common)
+ pthread mv_ml_common ${MV_BARCODE_GENERATOR_LIB_NAME})
if(${IS_TIZEN})
-target_link_libraries(${PROJECT_NAME} ${MV_BARCODE_DETECTOR_LIB_NAME} ${MV_BARCODE_GENERATOR_LIB_NAME})
+target_link_libraries(${PROJECT_NAME} ${MV_BARCODE_DETECTOR_LIB_NAME})
endif()
if (${ENABLE_ML_FACE_RECOGNITION})