mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
This loads libsoftgpu.so during GLContext creation and instantiates the device class which is then passed into the GLContext constructor.
9 lines
136 B
CMake
9 lines
136 B
CMake
set(SOURCES
|
|
Driver.cpp
|
|
)
|
|
|
|
serenity_lib(LibGPU gpu)
|
|
target_link_libraries(LibGPU LibCore LibDl)
|
|
|
|
add_dependencies(LibGPU LibSoftGPU)
|