mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
19 lines
749 B
CMake
19 lines
749 B
CMake
add_library(HLEGraphics OBJECT
|
|
BaseRenderer.cpp
|
|
CachedTexture.cpp
|
|
ConvertImage.cpp
|
|
ConvertTile.cpp
|
|
DLDebug.cpp
|
|
DLParser.cpp
|
|
Microcode.cpp
|
|
RDP.cpp
|
|
RDPStateManager.cpp
|
|
TextureCache.cpp
|
|
TextureCacheWebDebug.cpp
|
|
TextureInfo.cpp
|
|
TMEM.cpp
|
|
uCodes/Ucode.cpp
|
|
)
|
|
|
|
list(APPEND daed_libs "HLEGraphics")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|