Remove unused directories from CMake

Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
This commit is contained in:
Kainan Cha 2021-09-24 21:41:20 +08:00 committed by Kainan Cha
parent 81cc868b6c
commit 404817db1f
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ aux_source_directory(src/kernel/evis INTERNAL_KERNEL_EVIS)
aux_source_directory(src/kernel/vx INTERNAL_KERNEL_VX)
aux_source_directory(src/ops INTERNAL_OPS)
aux_source_directory(src/libnnext INTERNAL_LIBNNEXT)
aux_source_directory(src/libnnext/ops/kernel INTERNAL_LIBNNEXT_OPS_KERNEL)
aux_source_directory(src/quantization INTERNAL_QUANTIZATION)
aux_source_directory(src/custom/ops INTERNAL_CUSTOM_OPS)
aux_source_directory(src/custom/ops/kernel INTERNAL_CUSTOM_OPS_KERNEL)
@ -29,7 +28,6 @@ list(APPEND SRC
${INTERNAL_KERNEL_VX}
${INTERNAL_OPS}
${INTERNAL_LIBNNEXT}
${INTERNAL_LIBNNEXT_OPS_KERNEL}
${INTERNAL_QUANTIZATION}
${INTERNAL_CUSTOM_OPS}
${INTERNAL_CUSTOM_OPS_KERNEL}