mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 13:11:02 +00:00
adding initial project layout
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
set(SRCS src/config.cpp
|
||||
src/crc.cpp
|
||||
src/file_utils.cpp
|
||||
src/hash.cpp
|
||||
src/log.cpp
|
||||
src/misc_utils.cpp
|
||||
src/timer.cpp
|
||||
src/x86_utils.cpp
|
||||
src/xml.cpp)
|
||||
|
||||
add_library(common STATIC ${SRCS})
|
||||
Reference in New Issue
Block a user