Allow custom props settings.

Change-Id: Idd442f429e8f413cde67781995e0c1b1c010bcee
This commit is contained in:
Zdunowski, Piotr
2018-02-16 18:44:37 +01:00
committed by sys_ocldev
parent 75d883c075
commit f43a04d3b2
18 changed files with 34 additions and 2 deletions

View File

@ -149,6 +149,7 @@ source_group("source files\\os_interface" FILES ${IGDRCL_SRCS_mt_tests_os_interf
source_group("source files\\platform" FILES ${IGDRCL_SRCS_mt_tests_platform})
source_group("source files\\utilities" FILES ${IGDRCL_SRCS_mt_tests_utilities})
set_vs_props(igdrcl_mt_tests)
set_target_properties(igdrcl_mt_tests PROPERTIES FOLDER "opencl runtime")
set_property(TARGET igdrcl_mt_tests APPEND_STRING PROPERTY COMPILE_FLAGS ${TSAN_FLAGS})
if(NOT MSVC)