summaryrefslogtreecommitdiff
path: root/emulate/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'emulate/CMakeLists.txt')
-rw-r--r--emulate/CMakeLists.txt3
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