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:
parent
bb2defacf4
commit
ce406c34f8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue