mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-13 20:16:22 +01:00
12 lines
279 B
Text
12 lines
279 B
Text
|
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})
|