diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:50:35 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:50:35 +0200 |
commit | b911130a4651627e3c4307df7bac577d25267405 (patch) | |
tree | 083d48b0dca48340151dd7c8c66d3e49232313f7 /tests/unit_tests | |
parent | Merge pull request #2440 (diff) | |
parent | build: auto update version info without manually deleting version.h (diff) | |
download | monero-b911130a4651627e3c4307df7bac577d25267405.tar.xz |
Merge pull request #2442
e29282d2 build: auto update version info without manually deleting version.h (stoffu)
Diffstat (limited to 'tests/unit_tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index a7f120443..63abe928d 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -79,6 +79,7 @@ target_link_libraries(unit_tests rpc wallet p2p + version epee ${Boost_CHRONO_LIBRARY} ${Boost_THREAD_LIBRARY} |