From 5fede3f3500311977ded3be5773c4a8fa50551ba Mon Sep 17 00:00:00 2001 From: Jaroslaw Chodor Date: Wed, 7 Apr 2021 23:06:43 +0200 Subject: [PATCH] Refactoring shared directory structure Signed-off-by: Jaroslaw Chodor --- CMakeLists.txt | 1 + shared/CMakeLists.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 shared/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c082ee6f5d..4f2065c6f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1032,6 +1032,7 @@ if(BUILD_WITH_L0) endif() add_subdirectory_unique(target_unit_tests) +add_subdirectory_unique(shared${BRANCH_DIR_SUFFIX}) add_subdirectories() diff --git a/shared/CMakeLists.txt b/shared/CMakeLists.txt new file mode 100644 index 0000000000..605e83a56b --- /dev/null +++ b/shared/CMakeLists.txt @@ -0,0 +1,5 @@ +# +# Copyright (C) 2021 Intel Corporation +# +# SPDX-License-Identifier: MIT +#