aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/CMakeLists.txt
blob: 7381449279bea96b5ff63fa6cc5a08d0be97c65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
            symbols.cpp
            thread.cpp
            timer.cpp
            utf8.cpp
            version.cpp)

add_library(common STATIC ${SRCS})