mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Reorganize VS solution tree
Move scripts targets to neo scripts folder Move spirv targets to shared builtins folder Move compute_runtime_mockable_extra to ze_intel_gpu folder Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8aacad1854
commit
720326fd6a
@@ -4,8 +4,10 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
set(SHARED_PROJECTS_FOLDER "neo shared")
|
||||
set(CPP_GENERATE_TOOL_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/source/generate_cpp_array.cpp
|
||||
)
|
||||
add_executable(cpp_generate_tool "${CPP_GENERATE_TOOL_SOURCES}")
|
||||
set_target_properties(cpp_generate_tool PROPERTIES FOLDER "${SHARED_PROJECTS_FOLDER}")
|
||||
|
||||
Reference in New Issue
Block a user