summaryrefslogtreecommitdiff
path: root/disasm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'disasm/CMakeLists.txt')
-rw-r--r--disasm/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)