Skip to content

Commit ce406c3

Browse files
Add missing line in CMake
Signed-off-by: Maciej Dziuban <[email protected]> Change-Id: Id8ceb2b5f2e9488995259a436e798991aebd7f8a Related-To: NEO-3016
1 parent bb2defa commit ce406c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unit_tests/aub_tests/command_stream/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2017-2018 Intel Corporation
2+
# Copyright (C) 2017-2019 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -12,3 +12,5 @@ target_sources(igdrcl_aub_tests PRIVATE
1212
${CMAKE_CURRENT_SOURCE_DIR}/aub_mem_dump_tests.h
1313
${CMAKE_CURRENT_SOURCE_DIR}/aub_mem_dump_tests.cpp
1414
)
15+
16+
add_subdirectories()

0 commit comments

Comments
 (0)