CMakeLists: rename HEADS, improved comments

Changes for clarity of comments, removed redundant compiler flags.
This commit is contained in:
archshift 2014-05-19 15:19:36 -07:00
parent 71b8789803
commit 403e4bf837
6 changed files with 12 additions and 13 deletions

View file

@ -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})