mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add missing add_directories()
Change-Id: I0abf69c76a49afc8f63afbe3d8dabc78aaf4f4c4 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
197e1e8e9b
commit
a1422fab42
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2018 Intel Corporation
|
||||
# Copyright (C) 2018-2019 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@ -11,5 +11,6 @@ set(RUNTIME_SRCS_SAMPLER
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sampler.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sampler_factory_init.inl
|
||||
)
|
||||
add_subdirectories()
|
||||
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_SAMPLER})
|
||||
set_property(GLOBAL PROPERTY RUNTIME_SRCS_SAMPLER ${RUNTIME_SRCS_SAMPLER})
|
||||
|
Reference in New Issue
Block a user