From cea325b7451c1fb8dd22462ec2e7b5b88ea9b547 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 19 Jun 2016 20:23:07 +0200 Subject: Adds an LE executable parser. Adds the binparse library that holds common components for the MZ and LE parsers. --- mz/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mz/CMakeLists.txt') diff --git a/mz/CMakeLists.txt b/mz/CMakeLists.txt index aad239b..338872d 100644 --- a/mz/CMakeLists.txt +++ b/mz/CMakeLists.txt @@ -8,10 +8,7 @@ target_include_directories(mz target_link_libraries(mz PUBLIC fusion-utils -) - -target_compile_options(mz - PUBLIC "-std=c++14" + PUBLIC binparse ) find_package(Boost COMPONENTS filesystem program_options system REQUIRED) -- cgit v1.2.3-70-g09d2