diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 43ae8a9e7..5639021d3 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -91,6 +91,8 @@ add_library(common STATIC | |||
| 91 | logging/log.h | 91 | logging/log.h |
| 92 | logging/text_formatter.cpp | 92 | logging/text_formatter.cpp |
| 93 | logging/text_formatter.h | 93 | logging/text_formatter.h |
| 94 | lz4_compression.cpp | ||
| 95 | lz4_compression.h | ||
| 94 | math_util.h | 96 | math_util.h |
| 95 | memory_hook.cpp | 97 | memory_hook.cpp |
| 96 | memory_hook.h | 98 | memory_hook.h |
| @@ -98,6 +100,7 @@ add_library(common STATIC | |||
| 98 | microprofile.h | 100 | microprofile.h |
| 99 | microprofileui.h | 101 | microprofileui.h |
| 100 | misc.cpp | 102 | misc.cpp |
| 103 | multi_level_queue.h | ||
| 101 | page_table.cpp | 104 | page_table.cpp |
| 102 | page_table.h | 105 | page_table.h |
| 103 | param_package.cpp | 106 | param_package.cpp |
| @@ -135,3 +138,4 @@ endif() | |||
| 135 | create_target_directory_groups(common) | 138 | create_target_directory_groups(common) |
| 136 | 139 | ||
| 137 | target_link_libraries(common PUBLIC Boost::boost fmt microprofile) | 140 | target_link_libraries(common PUBLIC Boost::boost fmt microprofile) |
| 141 | target_link_libraries(common PRIVATE lz4_static) | ||