diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 88644eeb6..eafb96b0b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -109,7 +109,6 @@ add_library(common STATIC | |||
| 109 | cityhash.cpp | 109 | cityhash.cpp |
| 110 | cityhash.h | 110 | cityhash.h |
| 111 | common_funcs.h | 111 | common_funcs.h |
| 112 | common_paths.h | ||
| 113 | common_sizes.h | 112 | common_sizes.h |
| 114 | common_types.h | 113 | common_types.h |
| 115 | concepts.h | 114 | concepts.h |
| @@ -118,8 +117,16 @@ add_library(common STATIC | |||
| 118 | dynamic_library.h | 117 | dynamic_library.h |
| 119 | fiber.cpp | 118 | fiber.cpp |
| 120 | fiber.h | 119 | fiber.h |
| 121 | file_util.cpp | 120 | fs/file.cpp |
| 122 | file_util.h | 121 | fs/file.h |
| 122 | fs/fs.cpp | ||
| 123 | fs/fs.h | ||
| 124 | fs/fs_paths.h | ||
| 125 | fs/fs_types.h | ||
| 126 | fs/fs_util.cpp | ||
| 127 | fs/fs_util.h | ||
| 128 | fs/path_util.cpp | ||
| 129 | fs/path_util.h | ||
| 123 | hash.h | 130 | hash.h |
| 124 | hex_util.cpp | 131 | hex_util.cpp |
| 125 | hex_util.h | 132 | hex_util.h |