diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-22 16:18:02 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-06-22 16:41:11 +0200 |
| commit | 0f2d7c9ed9dfa3716840fc112bd53e5ec6b6315b (patch) | |
| tree | a90760b1780d187028475bcb4080794f88ddc858 /binparse/CMakeLists.txt | |
| parent | 22231518b9c2c0b7f73c72a6ca834df659c63c7f (diff) | |
| download | openwar-0f2d7c9ed9dfa3716840fc112bd53e5ec6b6315b.tar.gz openwar-0f2d7c9ed9dfa3716840fc112bd53e5ec6b6315b.tar.bz2 openwar-0f2d7c9ed9dfa3716840fc112bd53e5ec6b6315b.zip | |
adds a tree format printer for "binparse" types.
Diffstat (limited to 'binparse/CMakeLists.txt')
| -rw-r--r-- | binparse/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binparse/CMakeLists.txt b/binparse/CMakeLists.txt index cbc83b5..c41a2b5 100644 --- a/binparse/CMakeLists.txt +++ b/binparse/CMakeLists.txt @@ -3,6 +3,7 @@ add_library(binparse STATIC types.hpp parse.hpp parse.cpp output.hpp output.cpp + otreestream.hpp otreestream.cpp ) target_include_directories(binparse |
