diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3a82f5b80..9d5a90762 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -4,10 +4,12 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU | |||
| 4 | set(SRCS | 4 | set(SRCS |
| 5 | break_points.cpp | 5 | break_points.cpp |
| 6 | console_listener.cpp | 6 | console_listener.cpp |
| 7 | emu_window.cpp | ||
| 7 | extended_trace.cpp | 8 | extended_trace.cpp |
| 8 | file_search.cpp | 9 | file_search.cpp |
| 9 | file_util.cpp | 10 | file_util.cpp |
| 10 | hash.cpp | 11 | hash.cpp |
| 12 | key_map.cpp | ||
| 11 | log_manager.cpp | 13 | log_manager.cpp |
| 12 | math_util.cpp | 14 | math_util.cpp |
| 13 | mem_arena.cpp | 15 | mem_arena.cpp |
| @@ -39,6 +41,7 @@ set(HEADERS | |||
| 39 | file_search.h | 41 | file_search.h |
| 40 | file_util.h | 42 | file_util.h |
| 41 | hash.h | 43 | hash.h |
| 44 | key_map.h | ||
| 42 | linear_disk_cache.h | 45 | linear_disk_cache.h |
| 43 | log.h | 46 | log.h |
| 44 | log_manager.h | 47 | log_manager.h |