mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Refactor around sharings
- exposing additional handles in common code - adding proxy for CreateEvent (windows) Change-Id: I90872682c6c518c98d9d43e79f5112ee869e94aa
This commit is contained in:
committed by
sys_ocldev
parent
7f32eb06d1
commit
d65128d4e8
@@ -47,9 +47,10 @@ set(RUNTIME_SRCS_DLL_LINUX
|
||||
)
|
||||
|
||||
set(RUNTIME_SRCS_DLL_WINDOWS
|
||||
${IGDRCL_SOURCE_DIR}/runtime/os_interface/windows/wddm_create.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/gmm_helper/page_table_mngr.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/gmm_helper/gmm_memory.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/gmm_helper/page_table_mngr.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/os_interface/windows/sys_calls.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/os_interface/windows/wddm_create.cpp
|
||||
)
|
||||
|
||||
target_sources(${NEO_DYNAMIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_DLL_BASE})
|
||||
|
||||
Reference in New Issue
Block a user