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

Amqpcpp dependency

parent 549a9439
No related branches found
No related tags found
1 merge request!2update wsnlp version
FROM clarinpl/cpp FROM clarinpl/cpp:16.04
RUN apt update && apt install wsnlp-16-04
WORKDIR /home/install WORKDIR /home/install
COPY src/ src/ COPY src/ src/
......
...@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem) ...@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem)
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)
add_executable(morphodita morphoDita_service.cpp unmerge.cpp) add_executable(morphodita morphoDita_service.cpp unmerge.cpp)
target_link_libraries(morphodita ${LIBS}) target_link_libraries(morphodita ${LIBS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment