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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 73bf626d4..64bb753e6 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -43,6 +43,7 @@ add_library(common STATIC
43 alignment.h 43 alignment.h
44 assert.cpp 44 assert.cpp
45 assert.h 45 assert.h
46 atomic_helpers.h
46 atomic_ops.h 47 atomic_ops.h
47 detached_tasks.cpp 48 detached_tasks.cpp
48 detached_tasks.h 49 detached_tasks.h
@@ -64,6 +65,7 @@ add_library(common STATIC
64 expected.h 65 expected.h
65 fiber.cpp 66 fiber.cpp
66 fiber.h 67 fiber.h
68 fixed_point.h
67 fs/file.cpp 69 fs/file.cpp
68 fs/file.h 70 fs/file.h
69 fs/fs.cpp 71 fs/fs.cpp
@@ -109,6 +111,7 @@ add_library(common STATIC
109 parent_of_member.h 111 parent_of_member.h
110 point.h 112 point.h
111 quaternion.h 113 quaternion.h
114 reader_writer_queue.h
112 ring_buffer.h 115 ring_buffer.h
113 scm_rev.cpp 116 scm_rev.cpp
114 scm_rev.h 117 scm_rev.h