cmake: fix up link lines

This commit is contained in:
Ben Boeckel
2014-10-24 15:30:57 -04:00
parent 4b6515cfb5
commit 01895dd067
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ target_link_libraries(daemon
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${UPNP_LIBRARIES}
${EXTRA_LIBRARIES})
add_dependencies(daemon
+1
View File
@@ -51,4 +51,5 @@ target_link_libraries(simpleminer
${Boost_REGEX_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
+1 -1
View File
@@ -52,7 +52,7 @@ target_link_libraries(simplewallet
mnemonics
${UNBOUND_LIBRARY}
${UPNP_LIBRARIES}
${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
add_dependencies(simplewallet
version)
+2 -1
View File
@@ -45,7 +45,8 @@ target_link_libraries(functional_tests
common
crypto
${UNBOUND_LIBRARY}
${Boost_LIBRARIES}
${Boost_REGEX_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
set_property(TARGET functional_tests
PROPERTY
+2 -1
View File
@@ -53,7 +53,8 @@ target_link_libraries(performance_tests
common
crypto
${UNBOUND_LIBRARY}
${Boost_LIBRARIES}
${Boost_CHRONO_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
set_property(TARGET performance_tests
PROPERTY