Skip to content
Snippets Groups Projects

Amqpcpp dependency

2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch
link_directories(${Boost_LIBRARY_DIRS})
set(LIBS ${LIBS} ${Boost_LIBRARIES})
find_package(amqpcpp REQUIRED)
set(LIBS ${LIBS} amqpcpp)
find_package(Threads)
set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT})
Loading