summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-06-20 14:34:02 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-06-20 14:34:02 +0200
commit46145fe7d5b1d9f0921121a088a3d61f968cc473 (patch)
tree3bb8d13e1d9138456d03253051c24580f46690cb /CMakeLists.txt
parent307c4669d787d25df04d990b3a0e47a1617b078f (diff)
downloadopenwar-46145fe7d5b1d9f0921121a088a3d61f968cc473.tar.gz
openwar-46145fe7d5b1d9f0921121a088a3d61f968cc473.tar.bz2
openwar-46145fe7d5b1d9f0921121a088a3d61f968cc473.zip
Adds a disasm program that decodes the first DOS instruction in a LE exe.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c618557..36ad668 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,4 +6,5 @@ add_subdirectory(fusion-utils)
add_subdirectory(binparse)
add_subdirectory(mz)
add_subdirectory(le)
+add_subdirectory(disasm)