mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00

Size and format information are the same for every implementation and do not need to be virtual. This removes the need to reimplement them for each driver.
9 lines
169 B
CMake
9 lines
169 B
CMake
set(SOURCES
|
|
Driver.cpp
|
|
Image.cpp
|
|
)
|
|
|
|
serenity_lib(LibGPU gpu)
|
|
target_link_libraries(LibGPU PRIVATE LibCore ${CMAKE_DL_LIBS})
|
|
|
|
add_dependencies(LibGPU LibSoftGPU)
|