aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormingchuan <mingc@skymizer.com>2018-05-11 11:20:19 +0800
committermingchuan <mingc@skymizer.com>2018-05-11 11:20:19 +0800
commitdbd0a7ed6014f128b92e85ff8a02763efd11eb2a (patch)
tree04766f47019f54957e894fe7e5eeb0cc1318e1a4 /test
parent85d417a8c22ba269629906b8e81b415241cf99bf (diff)
downloaddexon-solidity-dbd0a7ed6014f128b92e85ff8a02763efd11eb2a.tar.gz
dexon-solidity-dbd0a7ed6014f128b92e85ff8a02763efd11eb2a.tar.zst
dexon-solidity-dbd0a7ed6014f128b92e85ff8a02763efd11eb2a.zip
Fix link error when using boost shared library
Diffstat (limited to 'test')
-rw-r--r--test/tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/CMakeLists.txt b/test/tools/CMakeLists.txt
index febb0c26..11714017 100644
--- a/test/tools/CMakeLists.txt
+++ b/test/tools/CMakeLists.txt
@@ -1,5 +1,5 @@
add_executable(solfuzzer fuzzer.cpp)
-target_link_libraries(solfuzzer PRIVATE libsolc evmasm ${Boost_PROGRAM_OPTIONS_LIBRARIES})
+target_link_libraries(solfuzzer PRIVATE libsolc evmasm ${Boost_PROGRAM_OPTIONS_LIBRARIES} ${Boost_SYSTEM_LIBRARIES})
add_executable(isoltest isoltest.cpp ../Options.cpp ../libsolidity/SyntaxTest.cpp ../libsolidity/AnalysisFramework.cpp)
target_link_libraries(isoltest PRIVATE libsolc solidity evmasm ${Boost_PROGRAM_OPTIONS_LIBRARIES} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})