diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0027ae2b0..aae183393 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -19,7 +19,7 @@ set(SRCS break_points.cpp | |||
| 19 | timer.cpp | 19 | timer.cpp |
| 20 | utf8.cpp) | 20 | utf8.cpp) |
| 21 | 21 | ||
| 22 | set(HEADS atomic.h | 22 | set(HEADERS atomic.h |
| 23 | atomic_gcc.h | 23 | atomic_gcc.h |
| 24 | atomic_win32.h | 24 | atomic_win32.h |
| 25 | bit_field.h | 25 | bit_field.h |
| @@ -58,4 +58,4 @@ set(HEADS atomic.h | |||
| 58 | timer.h | 58 | timer.h |
| 59 | utf8.h) | 59 | utf8.h) |
| 60 | 60 | ||
| 61 | add_library(common STATIC ${SRCS} ${HEADS}) | 61 | add_library(common STATIC ${SRCS} ${HEADERS}) |