2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common/CMakeLists.txt

12 lines
279 B
CMake
Raw Normal View History

2013-08-30 04:35:09 +01:00
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})