diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2016-01-30 18:41:04 +0000 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-01-30 18:41:04 +0000 |
| commit | 2b9331334884349dc38cb9a447018dca0e5b0d9d (patch) | |
| tree | 2ee280a21014808f190d7362a41ccd25e93dd2f4 /src/core/CMakeLists.txt | |
| parent | 2c663fbc3e59444c8f2bf2c111630a713aca8e2c (diff) | |
Memory: Implement MMIO
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 861b711c7..edf5fcc44 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -250,6 +250,7 @@ set(HEADERS tracer/citrace.h memory.h memory_setup.h + mmio.h settings.h system.h ) |
