Add missing add_subdirectories()
Change-Id: Ie44a0ee544f9d68aaa383ec94ea5ab4223185642 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
parent
1bff5a7bcb
commit
bea29f18c9
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2017-2018 Intel Corporation
|
||||
# Copyright (C) 2017-2019 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
@ -11,3 +11,4 @@ set(IGDRCL_SRCS_tests_sampler
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests.cpp
|
||||
)
|
||||
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_sampler})
|
||||
add_subdirectories()
|
||||
|
|
Loading…
Reference in New Issue