mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 22:16:11 +00:00
adding initial project layout
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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})
|
||||
Reference in New Issue
Block a user