mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 09:55:08 +00:00
10 lines
183 B
CMake
10 lines
183 B
CMake
set(SOURCES
|
|
Clipper.cpp
|
|
DepthBuffer.cpp
|
|
Device.cpp
|
|
Image.cpp
|
|
Sampler.cpp
|
|
)
|
|
|
|
serenity_lib(LibSoftGPU softgpu)
|
|
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
|