This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
set(SRCS src/core.cpp
|
|
src/memory.cpp
|
|
src/boot/apploader.cpp
|
|
src/boot/bootrom.cpp
|
|
src/boot/loader.cpp
|
|
src/hle/hle.cpp
|
|
src/hw/hw.cpp
|
|
)
|
|
|
|
add_library(core STATIC ${SRCS})
|