mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:27:58 -05:00
CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user