Skip to content

Commit 368f448

Browse files
author
Martijn Otto
committed
Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
2 parents 803ba6c + bc3dc08 commit 368f448

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ endmacro()
2323

2424
add_subdirectory(src)
2525
add_subdirectory(include)
26-
add_subdirectory(amqp_boost_test)
2726

28-
include_directories(${CMAKE_SOURCE_DIR}/include)
2927
add_library(amqp-cpp STATIC ${SRCS})
3028
target_include_directories(amqp-cpp SYSTEM PUBLIC ${PROJECT_SOURCE_DIR})
29+
install(TARGETS amqp-cpp
30+
ARCHIVE DESTINATION lib
31+
)
3132

3233
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
3334
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ This library is created and maintained by Copernica (www.copernica.com), and is
2727
used inside the MailerQ (www.mailerq.com) application, MailerQ is a tool for
2828
sending large volumes of email, using AMQP message queues.
2929

30+
Do you appreciate our work and are you looking for high quality email solutions?
31+
Then check out our commercial solutions:
3032

31-
HOW TO USE
32-
==========
33+
* Copernica Marketing Suite (www.copernica.com)
34+
* MailerQ MTA (www.mailerq.com)
35+
* Responsive Email web service (www.responsiveemail.com)
36+
37+
38+
HOW TO USE AMQP-CPP
39+
===================
3340

3441
As we mentioned above, the library does not do any IO by itself, and you need
3542
to pass an object to the library that the library can use for that. So, before

0 commit comments

Comments
 (0)