Cmake refactor part 11

igdrcl_tests: define target sources in subdirectories H-M,P-U

Change-Id: I4539999c33ab5e5c3f5ec6909090c5c89daf7841
This commit is contained in:
Mateusz Jablonski
2018-03-07 15:17:52 +01:00
committed by sys_ocldev
parent 2ac12afe58
commit 9d60c31dc8
20 changed files with 199 additions and 229 deletions

View File

@@ -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,5 +19,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
set(IGDRCL_SRCS_tests_profiling
"${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt"
"${CMAKE_CURRENT_SOURCE_DIR}/profiling_tests.cpp" PARENT_SCOPE)
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/profiling_tests.cpp
)
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_profiling})