Skip to content
Snippets Groups Projects
Commit 19c1bac0 authored by Bartosz Ziemba's avatar Bartosz Ziemba Committed by Mateusz Gniewkowski
Browse files

Amqpcpp dependency

parent 8ce782f7
No related branches found
No related tags found
1 merge request!2Develop
...@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem chrono at ...@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem chrono at
link_directories(${Boost_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS})
set(LIBS ${LIBS} ${Boost_LIBRARIES}) set(LIBS ${LIBS} ${Boost_LIBRARIES})
find_package(amqpcpp REQUIRED)
set(LIBS ${LIBS} amqpcpp)
find_package(Threads) find_package(Threads)
set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT}) set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT})
......
FROM clarinpl/cpp FROM clarinpl/cpp:16.04
RUN apt update && apt install wsnlp-16-04
WORKDIR /home/install WORKDIR /home/install
COPY CMakeScripts/ CMakeScripts/ COPY CMakeScripts/ CMakeScripts/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment