yuzu/src/common/CMakeLists.txt

12 lines
279 B
CMake
Raw Normal View History

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