CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
This commit is contained in:
parent
71b8789803
commit
403e4bf837
6 changed files with 12 additions and 13 deletions
|
@ -19,7 +19,7 @@ set(SRCS break_points.cpp
|
|||
timer.cpp
|
||||
utf8.cpp)
|
||||
|
||||
set(HEADS atomic.h
|
||||
set(HEADERS atomic.h
|
||||
atomic_gcc.h
|
||||
atomic_win32.h
|
||||
bit_field.h
|
||||
|
@ -58,4 +58,4 @@ set(HEADS atomic.h
|
|||
timer.h
|
||||
utf8.h)
|
||||
|
||||
add_library(common STATIC ${SRCS} ${HEADS})
|
||||
add_library(common STATIC ${SRCS} ${HEADERS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue