mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
11 lines
213 B
CMake
11 lines
213 B
CMake
set(SOURCES
|
|
Clipper.cpp
|
|
Device.cpp
|
|
Image.cpp
|
|
PixelConverter.cpp
|
|
Sampler.cpp
|
|
)
|
|
|
|
add_compile_options(-Wno-psabi)
|
|
serenity_lib(LibSoftGPU softgpu)
|
|
target_link_libraries(LibSoftGPU LibCore LibGfx)
|