mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-31 19:51:20 -08: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})
|