From 22231518b9c2c0b7f73c72a6ca834df659c63c7f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 22 Jun 2016 00:15:08 +0200 Subject: Reduces the amount of boilerplate neccesary to parse the binary format. --- binparse/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'binparse/CMakeLists.txt') diff --git a/binparse/CMakeLists.txt b/binparse/CMakeLists.txt index 00fc246..cbc83b5 100644 --- a/binparse/CMakeLists.txt +++ b/binparse/CMakeLists.txt @@ -1,7 +1,8 @@ add_library(binparse STATIC types.hpp - binparse.hpp binparse.cpp + parse.hpp parse.cpp + output.hpp output.cpp ) target_include_directories(binparse @@ -10,4 +11,8 @@ target_include_directories(binparse target_compile_options(binparse PUBLIC "-std=c++14" +) + +target_link_libraries(binparse + PRIVATE fusion-utils ) \ No newline at end of file -- cgit v1.2.3-70-g09d2