summaryrefslogtreecommitdiff
path: root/le/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-06-22 00:15:08 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-06-22 00:16:28 +0200
commit22231518b9c2c0b7f73c72a6ca834df659c63c7f (patch)
tree12b1d20efd3303583649966ddfe135a81ae8109b /le/CMakeLists.txt
parent46145fe7d5b1d9f0921121a088a3d61f968cc473 (diff)
downloadopenwar-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.txt2
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