diff options
| author | 2014-12-06 21:14:14 -0200 | |
|---|---|---|
| committer | 2014-12-13 02:08:06 -0200 | |
| commit | 4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3 (patch) | |
| tree | 1e3fd71256c04a15970b09abd3f7280f8b1ff678 /src/common/CMakeLists.txt | |
| parent | Add configurable per-class log filtering (diff) | |
| download | yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.tar.gz yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.tar.xz yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.zip | |
Remove old logging system
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 489d2bb7f..15989708d 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -3,14 +3,12 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU | |||
| 3 | 3 | ||
| 4 | set(SRCS | 4 | set(SRCS |
| 5 | break_points.cpp | 5 | break_points.cpp |
| 6 | console_listener.cpp | ||
| 7 | emu_window.cpp | 6 | emu_window.cpp |
| 8 | extended_trace.cpp | 7 | extended_trace.cpp |
| 9 | file_search.cpp | 8 | file_search.cpp |
| 10 | file_util.cpp | 9 | file_util.cpp |
| 11 | hash.cpp | 10 | hash.cpp |
| 12 | key_map.cpp | 11 | key_map.cpp |
| 13 | log_manager.cpp | ||
| 14 | logging/filter.cpp | 12 | logging/filter.cpp |
| 15 | logging/text_formatter.cpp | 13 | logging/text_formatter.cpp |
| 16 | logging/backend.cpp | 14 | logging/backend.cpp |
| @@ -36,7 +34,6 @@ set(HEADERS | |||
| 36 | common_paths.h | 34 | common_paths.h |
| 37 | common_types.h | 35 | common_types.h |
| 38 | concurrent_ring_buffer.h | 36 | concurrent_ring_buffer.h |
| 39 | console_listener.h | ||
| 40 | cpu_detect.h | 37 | cpu_detect.h |
| 41 | debug_interface.h | 38 | debug_interface.h |
| 42 | emu_window.h | 39 | emu_window.h |
| @@ -48,7 +45,6 @@ set(HEADERS | |||
| 48 | key_map.h | 45 | key_map.h |
| 49 | linear_disk_cache.h | 46 | linear_disk_cache.h |
| 50 | log.h | 47 | log.h |
| 51 | log_manager.h | ||
| 52 | logging/text_formatter.h | 48 | logging/text_formatter.h |
| 53 | logging/filter.h | 49 | logging/filter.h |
| 54 | logging/log.h | 50 | logging/log.h |