Add missing line in CMake

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Change-Id: Id8ceb2b5f2e9488995259a436e798991aebd7f8a
Related-To: NEO-3016
This commit is contained in:
Maciej Dziuban 2019-05-28 10:08:38 +02:00 committed by sys_ocldev
parent bb2defacf4
commit ce406c34f8
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2017-2018 Intel Corporation
# Copyright (C) 2017-2019 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@ -12,3 +12,5 @@ target_sources(igdrcl_aub_tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/aub_mem_dump_tests.h
${CMAKE_CURRENT_SOURCE_DIR}/aub_mem_dump_tests.cpp
)
add_subdirectories()