Add missing add_subdirectories()

Change-Id: Ie44a0ee544f9d68aaa383ec94ea5ab4223185642
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban 2019-07-24 10:04:08 +02:00 committed by sys_ocldev
parent 1bff5a7bcb
commit bea29f18c9
1 changed files with 2 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
#
@ -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()