diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index dbaaac77b..e78f4f144 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -24,6 +24,7 @@ set(HEADERS | |||
| 24 | bit_field.h | 24 | bit_field.h |
| 25 | break_points.h | 25 | break_points.h |
| 26 | chunk_file.h | 26 | chunk_file.h |
| 27 | color.h | ||
| 27 | common_funcs.h | 28 | common_funcs.h |
| 28 | common_paths.h | 29 | common_paths.h |
| 29 | common_types.h | 30 | common_types.h |
| @@ -54,6 +55,7 @@ set(HEADERS | |||
| 54 | thread_queue_list.h | 55 | thread_queue_list.h |
| 55 | thunk.h | 56 | thunk.h |
| 56 | timer.h | 57 | timer.h |
| 58 | vector_math.h | ||
| 57 | ) | 59 | ) |
| 58 | 60 | ||
| 59 | create_directory_groups(${SRCS} ${HEADERS}) | 61 | create_directory_groups(${SRCS} ${HEADERS}) |