Minor cleanup in cmake files

don't use runtime folder in opencl
correct folders in VS solution

Change-Id: I1da0bfdf417b4603835093831d4e5f671181b2cf
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-03-27 09:21:41 +01:00
committed by sys_ocldev
parent c96de8ff11
commit d64c46a932
10 changed files with 13 additions and 12 deletions

View File

@@ -200,7 +200,7 @@ set_target_properties(ocloc_lib PROPERTIES FOLDER "offline_compiler")
add_custom_target(copy_compiler_files DEPENDS ${NEO__IGC_TARGETS})
set_target_properties(copy_compiler_files PROPERTIES FOLDER "opencl runtime")
set_target_properties(copy_compiler_files PROPERTIES FOLDER "offline_compiler")
if(WIN32)
foreach(TARGET_tmp ${NEO__IGC_TARGETS})