diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-11 22:56:42 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-11 22:56:42 +0200 |
| commit | c6465bd8c6aca006bc7e980d5db08518659bae3c (patch) | |
| tree | d25a4b697640fd5cb38f000e8b2369525b7ef92b /le/CMakeLists.txt | |
| parent | 0828d0bf368d7e0bdc835062aad62bc336047350 (diff) | |
| download | openwar-c6465bd8c6aca006bc7e980d5db08518659bae3c.tar.gz openwar-c6465bd8c6aca006bc7e980d5db08518659bae3c.tar.bz2 openwar-c6465bd8c6aca006bc7e980d5db08518659bae3c.zip | |
Adds a Pages struct to the le::File which contains all pages.
Diffstat (limited to 'le/CMakeLists.txt')
| -rw-r--r-- | le/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/le/CMakeLists.txt b/le/CMakeLists.txt index 6bea735..d01ae7f 100644 --- a/le/CMakeLists.txt +++ b/le/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(le STATIC le_entry_table.hpp le_entry_table.cpp le_fixup_page_table.hpp le_fixup_page_table.cpp le_fixup_record_table.hpp le_fixup_record_table.cpp + le_pages.hpp le_pages.cpp ) target_include_directories(le |
