diff options
| author | 2014-10-28 05:36:00 -0200 | |
|---|---|---|
| committer | 2014-12-13 01:59:52 -0200 | |
| commit | 616d87444313db865c60fbeee36ebe5250ef301e (patch) | |
| tree | fb99bf8bebfdf8c825c5d3e4f01fb4779ceaba68 /src/common/CMakeLists.txt | |
| parent | Add SCOPE_EXIT macro to conveniently execute cleanup actions (diff) | |
| download | yuzu-616d87444313db865c60fbeee36ebe5250ef301e.tar.gz yuzu-616d87444313db865c60fbeee36ebe5250ef301e.tar.xz yuzu-616d87444313db865c60fbeee36ebe5250ef301e.zip | |
New logging system
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 1dbc5db21..7c1d3d1dc 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -11,6 +11,8 @@ set(SRCS | |||
| 11 | hash.cpp | 11 | hash.cpp |
| 12 | key_map.cpp | 12 | key_map.cpp |
| 13 | log_manager.cpp | 13 | log_manager.cpp |
| 14 | logging/text_formatter.cpp | ||
| 15 | logging/backend.cpp | ||
| 14 | math_util.cpp | 16 | math_util.cpp |
| 15 | mem_arena.cpp | 17 | mem_arena.cpp |
| 16 | memory_util.cpp | 18 | memory_util.cpp |
| @@ -32,6 +34,7 @@ set(HEADERS | |||
| 32 | common_funcs.h | 34 | common_funcs.h |
| 33 | common_paths.h | 35 | common_paths.h |
| 34 | common_types.h | 36 | common_types.h |
| 37 | concurrent_ring_buffer.h | ||
| 35 | console_listener.h | 38 | console_listener.h |
| 36 | cpu_detect.h | 39 | cpu_detect.h |
| 37 | debug_interface.h | 40 | debug_interface.h |
| @@ -45,6 +48,9 @@ set(HEADERS | |||
| 45 | linear_disk_cache.h | 48 | linear_disk_cache.h |
| 46 | log.h | 49 | log.h |
| 47 | log_manager.h | 50 | log_manager.h |
| 51 | logging/text_formatter.h | ||
| 52 | logging/log.h | ||
| 53 | logging/backend.h | ||
| 48 | math_util.h | 54 | math_util.h |
| 49 | mem_arena.h | 55 | mem_arena.h |
| 50 | memory_util.h | 56 | memory_util.h |