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
|
@ -2,9 +2,9 @@ set(SRCS video_core.cpp
|
|||
utils.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
set(HEADS video_core.h
|
||||
set(HEADERS video_core.h
|
||||
utils.h
|
||||
renderer_base.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADS})
|
||||
add_library(video_core STATIC ${SRCS} ${HEADERS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue