From 01e7e033e6254f141e44c4e3fc5fe8fc9d0b0c59 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 16 Jun 2018 19:26:39 +0200 Subject: Adds some more output to a emulation run. --- emulate/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulate/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2