diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-19 22:05:32 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-19 22:05:32 +0200 |
| commit | de95ca22ec87cc8b79ceb7beba475301461713a6 (patch) | |
| tree | dce723a717ac0ba583de992777d7d968c3be870b /le/CMakeLists.txt | |
| parent | cea325b7451c1fb8dd22462ec2e7b5b88ea9b547 (diff) | |
| download | openwar-de95ca22ec87cc8b79ceb7beba475301461713a6.tar.gz openwar-de95ca22ec87cc8b79ceb7beba475301461713a6.tar.bz2 openwar-de95ca22ec87cc8b79ceb7beba475301461713a6.zip | |
adds an LE file parser and refactors some code.
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 a4887c5..646f68b 100644 --- a/le/CMakeLists.txt +++ b/le/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(le STATIC le_header.hpp le_header.cpp + le_file.hpp le_file.cpp ) target_include_directories(le @@ -10,6 +11,7 @@ target_include_directories(le target_link_libraries(le PUBLIC fusion-utils PUBLIC binparse + PUBLIC mz ) add_executable(le_header_parser |
