From 32096a751b836a7419bb76789a32b6f5ec2b4ec1 Mon Sep 17 00:00:00 2001 From: Artem Balyshev Date: Mon, 18 Sep 2023 11:53:41 +0300 Subject: [PATCH] rebase cmake with master --- onert-micro/luci-interpreter/src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/onert-micro/luci-interpreter/src/core/CMakeLists.txt b/onert-micro/luci-interpreter/src/core/CMakeLists.txt index b0e101d54c4..b53ea9fdf34 100644 --- a/onert-micro/luci-interpreter/src/core/CMakeLists.txt +++ b/onert-micro/luci-interpreter/src/core/CMakeLists.txt @@ -4,6 +4,7 @@ set(SOURCES RuntimeGraph.h RuntimeGraph.cpp RuntimeModule.h + GradientCalculationStorage.cpp TrainableWeightStorage.cpp) add_library(${LUCI_INTERPRETER_CORE} STATIC ${SOURCES})