mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Cmake refactor part 9
igdrcl_tests: define sources in subdirectories D-G Change-Id: Ie9adb3a1f78ce922f07a90c1e7268acb776df3a0
This commit is contained in:

committed by
sys_ocldev

parent
d0011634d3
commit
6db6c67957
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2017, Intel Corporation
|
||||
# Copyright (c) 2017 - 2018, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
@ -19,9 +19,9 @@
|
||||
# OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
set(IGDRCL_SRCS_tests_device_queue
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/device_queue_tests.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/device_queue_hw_tests.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/get_device_queue_info_tests.cpp"
|
||||
PARENT_SCOPE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device_queue_hw_tests.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device_queue_tests.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/get_device_queue_info_tests.cpp
|
||||
)
|
||||
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_device_queue})
|
||||
|
Reference in New Issue
Block a user