From b76b855448d58b85f53642532375c9b7808ab14d Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Mon, 16 May 2022 14:32:22 +0100 Subject: Minor change to help build API libs independently. * Remove unused CMake left behind after API refactoring. * Include TensorFlow source path directory for common_api target when building CMSIS packs. Signed-off-by: Richard Burton Change-Id: I3ed63781edddf24887f61a971bfadaa037739fa8 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e501a54..c51d0af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,6 @@ add_subdirectory(${SRC_PATH}/application/api/common ${CMAKE_BINARY_DIR}/api/comm # Include directories for application module: set(APPLICATION_INCLUDE_DIRS - ${SRC_PATH}/application/tensorflow-lite-micro/include ${SRC_PATH}/application/main/include) # Source files for application module: -- cgit v1.2.1