diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-22 00:15:08 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-22 00:16:28 +0200 |
| commit | 22231518b9c2c0b7f73c72a6ca834df659c63c7f (patch) | |
| tree | 12b1d20efd3303583649966ddfe135a81ae8109b /le/CMakeLists.txt | |
| parent | 46145fe7d5b1d9f0921121a088a3d61f968cc473 (diff) | |
| download | openwar-22231518b9c2c0b7f73c72a6ca834df659c63c7f.tar.gz openwar-22231518b9c2c0b7f73c72a6ca834df659c63c7f.tar.bz2 openwar-22231518b9c2c0b7f73c72a6ca834df659c63c7f.zip | |
Reduces the amount of boilerplate neccesary to parse the binary format.
Diffstat (limited to 'le/CMakeLists.txt')
| -rw-r--r-- | le/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/le/CMakeLists.txt b/le/CMakeLists.txt index 5d849b3..c41d730 100644 --- a/le/CMakeLists.txt +++ b/le/CMakeLists.txt @@ -2,6 +2,8 @@ add_library(le STATIC le_header.hpp le_header.cpp le_file.hpp le_file.cpp + le_object_table.hpp le_object_table.cpp + le_object_table_entry.hpp le_object_table_entry.cpp ) target_include_directories(le |
