summaryrefslogtreecommitdiff
path: root/disasm/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-07 20:11:57 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-07 20:11:57 +0200
commit35be012af254617b72ecbe4bca718f3ce96c1fd2 (patch)
tree34745f1537181d800e8da5ef19d6dccfe535d952 /disasm/CMakeLists.txt
parenta10cf47a9701a4d0be83940a23a8edf9a5ed7b5e (diff)
downloadopenwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.tar.gz
openwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.tar.bz2
openwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.zip
cleaned up disasm, and prepared it to handle multiple commands.
Diffstat (limited to 'disasm/CMakeLists.txt')
-rw-r--r--disasm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/disasm/CMakeLists.txt b/disasm/CMakeLists.txt
index e9cd3d2..d65f522 100644
--- a/disasm/CMakeLists.txt
+++ b/disasm/CMakeLists.txt
@@ -1,6 +1,7 @@
add_executable(disasm
disasm.cpp
+ dumpobject.hpp dumpobject.cpp
)
find_package(Boost COMPONENTS filesystem program_options system REQUIRED)