mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
12 lines
215 B
CMake
12 lines
215 B
CMake
set(SOURCES
|
|
Clipper.cpp
|
|
DepthBuffer.cpp
|
|
Device.cpp
|
|
Image.cpp
|
|
Sampler.cpp
|
|
)
|
|
|
|
add_compile_options(-Wno-psabi)
|
|
serenity_lib(LibSoftGPU softgpu)
|
|
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
|