From de95ca22ec87cc8b79ceb7beba475301461713a6 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 19 Jun 2016 22:05:32 +0200 Subject: adds an LE file parser and refactors some code. --- le/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'le/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2