~singpolyma/biboumi

641166b037f73e47fe29eb9d7542c39349c28428 — Florent Le Coz 9 years ago 8321905
Link with pthread, required by cryptopp
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 62,7 62,7 @@ file(GLOB source_xmpp
  src/xmpp/*.[hc]pp)
add_library(xmpp STATIC ${source_xmpp})
target_link_libraries(xmpp bridge network utils
  ${CRYPTO++_LIBRARIES} ${EXPAT_LIBRARIES})
  ${CRYPTO++_LIBRARIES} ${EXPAT_LIBRARIES} pthread)

#
## bridge