File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
shared/source/os_interface Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,14 @@ if(SUPPORT_XEHP_AND_LATER)
60
60
endif ()
61
61
62
62
set (RUNTIME_SRCS_HELPERS_WINDOWS
63
- ${CMAKE_CURRENT_SOURCE_DIR} /windows/kmd_notify_properties_windows.cpp
64
63
${CMAKE_CURRENT_SOURCE_DIR} /windows/gl_helper.h
65
64
)
66
- set (RUNTIME_SRCS_HELPERS_LINUX
67
- ${CMAKE_CURRENT_SOURCE_DIR} /linux/kmd_notify_properties_linux.cpp
68
- )
69
65
70
66
target_sources (${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_HELPERS_BASE} )
71
67
if (WIN32 )
72
68
target_sources (${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_HELPERS_WINDOWS} )
73
- else ()
74
- target_sources (${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_HELPERS_LINUX} )
75
69
endif ()
76
- set_property ( GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_LINUX ${RUNTIME_SRCS_HELPERS_LINUX} )
70
+
77
71
set_property (GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_BASE ${RUNTIME_SRCS_HELPERS_BASE} )
78
72
79
73
add_subdirectories ()
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ set(NEO_CORE_OS_INTERFACE_LINUX
43
43
${CMAKE_CURRENT_SOURCE_DIR} /hw_info_config_drm.cpp
44
44
${CMAKE_CURRENT_SOURCE_DIR} /hw_device_id.h
45
45
${CMAKE_CURRENT_SOURCE_DIR} /hw_device_id_linux.cpp
46
+ ${CMAKE_CURRENT_SOURCE_DIR} /kmd_notify_properties_linux.cpp
46
47
${CMAKE_CURRENT_SOURCE_DIR} /linux_inc.cpp
47
48
${CMAKE_CURRENT_SOURCE_DIR} /engine_info.h
48
49
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX} engine_info_impl.h
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2018-2020 Intel Corporation
2
+ * Copyright (C) 2018-2021 Intel Corporation
3
3
*
4
4
* SPDX-License-Identifier: MIT
5
5
*
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ set(NEO_CORE_OS_INTERFACE_WINDOWS
19
19
${CMAKE_CURRENT_SOURCE_DIR} /driver_info_windows.h
20
20
${CMAKE_CURRENT_SOURCE_DIR} /environment_variables.h
21
21
${CMAKE_CURRENT_SOURCE_DIR} /hw_info_config_drm_stub.cpp
22
+ ${CMAKE_CURRENT_SOURCE_DIR} /kmd_notify_properties_windows.cpp
22
23
${CMAKE_CURRENT_SOURCE_DIR} /os_inc.h
23
24
${CMAKE_CURRENT_SOURCE_DIR} /os_interface_win.cpp
24
25
${CMAKE_CURRENT_SOURCE_DIR} /os_library_win.cpp
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2018-2020 Intel Corporation
2
+ * Copyright (C) 2018-2021 Intel Corporation
3
3
*
4
4
* SPDX-License-Identifier: MIT
5
5
*
You can’t perform that action at this time.
0 commit comments