mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05: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)
|