summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
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
59create_directory_groups(${SRCS} ${HEADERS}) 61create_directory_groups(${SRCS} ${HEADERS})