diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 906c486fd..5b51fcafa 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -95,11 +95,11 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 95 | ) | 95 | ) |
| 96 | 96 | ||
| 97 | add_library(common STATIC | 97 | add_library(common STATIC |
| 98 | algorithm.h | ||
| 98 | alignment.h | 99 | alignment.h |
| 99 | assert.h | 100 | assert.h |
| 100 | detached_tasks.cpp | 101 | detached_tasks.cpp |
| 101 | detached_tasks.h | 102 | detached_tasks.h |
| 102 | binary_find.h | ||
| 103 | bit_field.h | 103 | bit_field.h |
| 104 | bit_util.h | 104 | bit_util.h |
| 105 | cityhash.cpp | 105 | cityhash.cpp |