mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
22 lines
1,010 B
CMake
22 lines
1,010 B
CMake
add_library(HLEGraphics_PSP OBJECT
|
|
Blender.cpp
|
|
BlendModes.cpp
|
|
ColourAdjuster.cpp
|
|
ConvertVertices.S
|
|
DisplayListDebugger.cpp
|
|
GraphicsPluginPSP.cpp
|
|
RendererPSP.cpp
|
|
TnLVFPU.S
|
|
TransformWithColour.S
|
|
TransformWithLighting.S
|
|
VectorClipping.S
|
|
|
|
Combiner/BlendConstant.cpp
|
|
Combiner/CombinerExpression.cpp
|
|
Combiner/CombinerTree.cpp
|
|
Combiner/RenderSettings.cpp
|
|
)
|
|
|
|
|
|
list(APPEND daed_libs "HLEGraphics_PSP")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|