Add ExtendCMakeFunction module and add_subdirectories function (#3912)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 7 Dec 2018 07:15:23 +0000 (16:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Dec 2018 07:15:23 +0000 (16:15 +0900)
commit7d62838f65479b5db9befdcab607651210cf3d40
tree5cd7ceafb2b4b85f9add4efef823e155df03e1e4
parent2e1befe2394d4f36f5851c8f8f14f8a427773ef0
Add ExtendCMakeFunction module and add_subdirectories function (#3912)

- Add ExtendCMakeFunction module to simplify cmake
- Introduce add_subdirectories function to support adding all subdirectories at once.  (It's comes from nncc repo)
- Use add_subdirectories function in libs

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
CMakeLists.txt
cmake/modules/ExtendCMakeFunction.cmake [new file with mode: 0644]
libs/CMakeLists.txt