mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
c52abe0bea
At this moment this only contains function stubs.
13 lines
234 B
CMake
13 lines
234 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)
|
|
|
|
if (SERENITYOS)
|
|
add_dependencies(LibGPU LibVirtGPU)
|
|
endif()
|