From cec56db9d4c84de13796ce7cd7dcd2631c443cec Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 8 Sep 2016 21:49:49 +0200 Subject: Refactored argument parsing, and added stub for extractfunction. --- disasm/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'disasm/CMakeLists.txt') diff --git a/disasm/CMakeLists.txt b/disasm/CMakeLists.txt index d65f522..7c21409 100644 --- a/disasm/CMakeLists.txt +++ b/disasm/CMakeLists.txt @@ -1,7 +1,9 @@ add_executable(disasm disasm.cpp + parsefileandrewind.hpp parsefileandrewind.cpp dumpobject.hpp dumpobject.cpp + extractfunction.hpp extractfunction.cpp ) find_package(Boost COMPONENTS filesystem program_options system REQUIRED) -- cgit v1.2.3-70-g09d2