Skip to content

Commit 142a38e

Browse files
Move ClGl api to windows directory
Functions will be gradually moved to cross-platform directory as linux functionality gets implemented. Change-Id: I566c6aca063f1fa4bdb0dbc0655d4de69b7f1f42 Signed-off-by: Maciej Dziuban <[email protected]>
1 parent 6ffbf55 commit 142a38e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

runtime/sharings/gl/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
if(WIN32)
88
set(RUNTIME_SRCS_SHARINGS_GL
99
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
10-
${CMAKE_CURRENT_SOURCE_DIR}/cl_gl_api.cpp
1110
${CMAKE_CURRENT_SOURCE_DIR}/cl_gl_api_intel.h
1211
${CMAKE_CURRENT_SOURCE_DIR}/gl_arb_sync_event.h
1312
${CMAKE_CURRENT_SOURCE_DIR}/gl_buffer.h

runtime/sharings/gl/windows/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
if(WIN32)
88
set(RUNTIME_SRCS_SHARINGS_GL_WINDOWS
99
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
10+
${CMAKE_CURRENT_SOURCE_DIR}/cl_gl_api.cpp
1011
${CMAKE_CURRENT_SOURCE_DIR}/gl_arb_sync_event.cpp
1112
${CMAKE_CURRENT_SOURCE_DIR}/gl_buffer.cpp
1213
${CMAKE_CURRENT_SOURCE_DIR}/gl_context_guard.cpp

0 commit comments

Comments
 (0)