mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02: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)
|