diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2018-06-16 19:26:39 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2018-06-16 19:26:39 +0200 |
| commit | 01e7e033e6254f141e44c4e3fc5fe8fc9d0b0c59 (patch) | |
| tree | 008cdda2937a827802f6725ebf99e13e54a3b4e7 /emulate/CMakeLists.txt | |
| parent | 6af709cc54d3f14155f34692716f598406d2ce6e (diff) | |
| download | openwar-01e7e033e6254f141e44c4e3fc5fe8fc9d0b0c59.tar.gz openwar-01e7e033e6254f141e44c4e3fc5fe8fc9d0b0c59.tar.bz2 openwar-01e7e033e6254f141e44c4e3fc5fe8fc9d0b0c59.zip | |
Adds some more output to a emulation run.
Diffstat (limited to 'emulate/CMakeLists.txt')
| -rw-r--r-- | emulate/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulate/CMakeLists.txt b/emulate/CMakeLists.txt index df4a04e..19d2879 100644 --- a/emulate/CMakeLists.txt +++ b/emulate/CMakeLists.txt @@ -5,7 +5,7 @@ add_executable(emulate emulator.hpp emulator.cpp ) -find_package(Boost COMPONENTS filesystem program_options system REQUIRED) +find_package(Boost COMPONENTS filesystem program_options timer system REQUIRED) find_package(distorm3 REQUIRED CONFIG) @@ -13,6 +13,7 @@ target_link_libraries(emulate PRIVATE Boost::program_options PRIVATE Boost::system PRIVATE Boost::filesystem + PRIVATE Boost::timer PRIVATE distorm3 PRIVATE le )
\ No newline at end of file |
