Skip to content

Commit 2eb8b7e

Browse files
Minor correction in cmake file
Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent c7767de commit 2eb8b7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/test/unit_test/command_container/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2019-2020 Intel Corporation
2+
# Copyright (C) 2019-2021 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -9,3 +9,4 @@ target_sources(${TARGET_NAME} PRIVATE
99
${CMAKE_CURRENT_SOURCE_DIR}/command_container_tests.cpp
1010
${CMAKE_CURRENT_SOURCE_DIR}/command_encoder_tests.cpp
1111
)
12+
add_subdirectories()

0 commit comments

Comments
 (0)