1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-17 13:20:15 -06:00
suyu-mirror/src/common/CMakeLists.txt

20 lines
480 B
CMake
Raw Normal View History

2014-04-09 22:09:05 -05:00
set(SRCS break_points.cpp
console_listener.cpp
extended_trace.cpp
file_search.cpp
file_util.cpp
hash.cpp
log_manager.cpp
math_util.cpp
mem_arena.cpp
memory_util.cpp
misc.cpp
msg_handler.cpp
string_util.cpp
thread.cpp
timer.cpp
utf8.cpp
version.cpp)
2013-08-29 22:35:09 -05:00
add_library(common STATIC ${SRCS})