mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
11 lines
215 B
CMake
11 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)
|