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, 1 insertions, 1 deletions
diff --git a/disasm/CMakeLists.txt b/disasm/CMakeLists.txt
index 7c21409..cd5113c 100644
--- a/disasm/CMakeLists.txt
+++ b/disasm/CMakeLists.txt
@@ -1,7 +1,7 @@
add_executable(disasm
disasm.cpp
- parsefileandrewind.hpp parsefileandrewind.cpp
+ leparseutil.hpp leparseutil.cpp
dumpobject.hpp dumpobject.cpp
extractfunction.hpp extractfunction.cpp
)