mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-30 11:36:53 -06:00
12 lines
279 B
CMake
12 lines
279 B
CMake
|
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})
|