mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
add intel-level-zero-gpu-devel
Related-To: NEO-5997 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8aa1953bd6
commit
140e59810f
@@ -106,11 +106,6 @@ if(BUILD_WITH_L0)
|
||||
message(STATUS "igsc Library headers not available. Building without")
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
# Load GNUInstallDirs to determine install targets for Linux packages
|
||||
include(GNUInstallDirs)
|
||||
endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -fPIC")
|
||||
endif()
|
||||
@@ -592,6 +587,13 @@ if(BUILD_WITH_L0)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/include/zet_intel_gpu_debug.h"
|
||||
TYPE INCLUDE
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||||
)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "Skipping level zero")
|
||||
set(BUILD_WITH_L0 FALSE PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user