mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
9 lines
130 B
CMake
9 lines
130 B
CMake
set(SOURCES
|
|
Driver.cpp
|
|
)
|
|
|
|
serenity_lib(LibGPU gpu)
|
|
target_link_libraries(LibGPU LibCore)
|
|
|
|
add_dependencies(LibGPU LibSoftGPU)
|