diff options
| author | 2014-05-19 15:19:36 -0700 | |
|---|---|---|
| committer | 2014-05-19 15:19:36 -0700 | |
| commit | 403e4bf837c47c7e10dc006fafffea8c160c890f (patch) | |
| tree | 40e17e39c19fbedd6903d4985950c23d785b27b7 /src/core | |
| parent | Indent fixes (diff) | |
| download | yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.gz yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.xz yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.zip | |
CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ddf6bf79c..14c598bf3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -43,7 +43,7 @@ set(SRCS core.cpp | |||
| 43 | hw/lcd.cpp | 43 | hw/lcd.cpp |
| 44 | hw/ndma.cpp) | 44 | hw/ndma.cpp) |
| 45 | 45 | ||
| 46 | set(HEADS core.h | 46 | set(HEADERS core.h |
| 47 | core_timing.h | 47 | core_timing.h |
| 48 | loader.h | 48 | loader.h |
| 49 | mem_map.h | 49 | mem_map.h |
| @@ -86,4 +86,4 @@ set(HEADS core.h | |||
| 86 | hw/lcd.h | 86 | hw/lcd.h |
| 87 | hw/ndma.h) | 87 | hw/ndma.h) |
| 88 | 88 | ||
| 89 | add_library(core STATIC ${SRCS} ${HEADS}) | 89 | add_library(core STATIC ${SRCS} ${HEADERS}) |