[coding convention] Fixed coding rule violation
[platform/core/api/mediavision.git] / mv_barcode / CMakeLists.txt
1 project(mv_barcode)
2 cmake_minimum_required(VERSION 2.6)
3
4 if(MEDIA_VISION_BARCODE_DETECTOR_LICENSE_PORT)
5     add_subdirectory(${PROJECT_SOURCE_DIR}/barcode_detector_lic) # Licensed port
6 else()
7     add_subdirectory(${PROJECT_SOURCE_DIR}/barcode_detector) # Open port
8 endif()
9
10 if(MEDIA_VISION_BARCODE_GENERATOR_LICENSE_PORT)
11     add_subdirectory(${PROJECT_SOURCE_DIR}/barcode_generator_lic) # Licened port
12 else()
13     add_subdirectory(${PROJECT_SOURCE_DIR}/barcode_generator) # Open port
14 endif()