summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>2019-03-13 16:18:47 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-13 16:18:47 +0900
commitb0f0c0da603ed72652fbea7a7996d85ca141512b (patch)
tree832159be7ccdb43d8667b50521b5ebadd14d4e4a /tools
parent47c1e4181d09de3d8cd6e77afbb67dfa97fc148b (diff)
downloadnnfw-b0f0c0da603ed72652fbea7a7996d85ca141512b.tar.gz
nnfw-b0f0c0da603ed72652fbea7a7996d85ca141512b.tar.bz2
nnfw-b0f0c0da603ed72652fbea7a7996d85ca141512b.zip
Use add_subdirectories for contrib and tools (#4708)
This commit simplifies "contrib/CMakeLists.txt" and "tools/CMakeLists.txt" using "add_subdirectories" function. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index a498d907c..ba69aafd2 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -2,5 +2,4 @@ if(NOT BUILD_TOOLS)
return()
endif(NOT BUILD_TOOLS)
-add_subdirectory(nnapi_quickcheck)
-add_subdirectory(opencl_tool)
+add_subdirectories()