Skip to content

Commit bea29f1

Browse files
Add missing add_subdirectories()
Change-Id: Ie44a0ee544f9d68aaa383ec94ea5ab4223185642 Signed-off-by: Maciej Dziuban <[email protected]>
1 parent 1bff5a7 commit bea29f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit_tests/sampler/CMakeLists.txt

+2-1
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
#
@@ -11,3 +11,4 @@ set(IGDRCL_SRCS_tests_sampler
1111
${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests.cpp
1212
)
1313
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_sampler})
14+
add_subdirectories()

0 commit comments

Comments
 (0)