From 01190864d1001c21ccc6d228ba445f4d94d8fc62 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Wed, 4 Oct 2023 21:35:23 +0200 Subject: [PATCH] Dummy change to TF FE --- src/frontends/tensorflow/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/tensorflow/CMakeLists.txt b/src/frontends/tensorflow/CMakeLists.txt index e11be311e03..7cd24e56b75 100644 --- a/src/frontends/tensorflow/CMakeLists.txt +++ b/src/frontends/tensorflow/CMakeLists.txt @@ -2,6 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # + add_subdirectory(src) if(ENABLE_TESTS)