2021-11-08 09:50:25 +00:00
|
|
|
target_sources(kwin PRIVATE
|
2017-09-08 20:30:18 +00:00
|
|
|
abstract_egl_backend.cpp
|
2021-04-09 07:06:04 +00:00
|
|
|
basiceglsurfacetexture_internal.cpp
|
|
|
|
basiceglsurfacetexture_wayland.cpp
|
2019-10-26 03:40:01 +00:00
|
|
|
egl_dmabuf.cpp
|
2021-01-05 19:07:35 +00:00
|
|
|
openglbackend.cpp
|
2021-10-20 14:58:58 +00:00
|
|
|
openglsurfacetexture.cpp
|
|
|
|
openglsurfacetexture_internal.cpp
|
|
|
|
openglsurfacetexture_wayland.cpp
|
|
|
|
openglsurfacetexture_x11.cpp
|
2017-09-08 20:30:18 +00:00
|
|
|
)
|
2021-11-08 09:50:25 +00:00
|
|
|
target_include_directories(kwin PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|