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

@ -43,7 +43,7 @@ set(SRCS core.cpp
hw/lcd.cpp
hw/ndma.cpp)
set(HEADS core.h
set(HEADERS core.h
core_timing.h
loader.h
mem_map.h
@ -86,4 +86,4 @@ set(HEADS core.h
hw/lcd.h
hw/ndma.h)
add_library(core STATIC ${SRCS} ${HEADS})
add_library(core STATIC ${SRCS} ${HEADERS})