diff options
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}) |