install header files correctly
authorInki Dae <inki.dae@samsung.com>
Wed, 22 Mar 2023 06:45:51 +0000 (15:45 +0900)
committerKwanghoon Son <k.son@samsung.com>
Fri, 7 Apr 2023 08:53:23 +0000 (17:53 +0900)
commitc708a7b9b649a2a8e218e14d8d2b9683d3398d61
tree3f348376b5289e5e38588a19976ea36c121dcf13
parent81935fd0adb57f500a4ac3df485a31606f17be64
install header files correctly

[Issue type] : code cleanup

Do not install all header files at once but install only header files
that relevant feature is enabled. And move relevant script code to each
feature directory.

Change-Id: Ibef004115b2acf290e75ade45d9830f27995a605
Signed-off-by: Inki Dae <inki.dae@samsung.com>
14 files changed:
CMakeLists.txt
mv_3d/3d/CMakeLists.txt
mv_barcode/barcode_detector/CMakeLists.txt
mv_barcode/barcode_generator/CMakeLists.txt
mv_common/CMakeLists.txt
mv_face/face/CMakeLists.txt
mv_image/image/CMakeLists.txt
mv_machine_learning/face_recognition/CMakeLists.txt
mv_machine_learning/image_classification/CMakeLists.txt
mv_machine_learning/inference/CMakeLists.txt
mv_machine_learning/object_detection/CMakeLists.txt
mv_machine_learning/object_detection_3d/CMakeLists.txt
mv_roi_tracker/roi_tracker/CMakeLists.txt
mv_surveillance/surveillance/CMakeLists.txt