mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
28 lines
971 B
CMake
28 lines
971 B
CMake
add_library(Core OBJECT
|
|
HvqmTask.cpp
|
|
RDRam.cpp
|
|
Cheats.cpp
|
|
CPU.cpp
|
|
DMA.cpp
|
|
Dynamo.cpp
|
|
FlashMem.cpp
|
|
FramerateLimiter.cpp
|
|
Interpret.cpp
|
|
Interrupt.cpp
|
|
JpegTask.cpp
|
|
Memory.cpp
|
|
PIF.cpp
|
|
PrintOpCode.cpp
|
|
R4300.cpp
|
|
Registers.cpp
|
|
ROM.cpp
|
|
ROMBuffer.cpp
|
|
ROMImage.cpp
|
|
RomSettings.cpp
|
|
RSP_HLE.cpp
|
|
Save.cpp
|
|
TLB.cpp
|
|
)
|
|
|
|
list(APPEND daed_libs "Core")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|