mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-06 09:05:21 +02:00
Merge pull request #248 from kurdybacha/readme_update
Problem: README build badges too generic
This commit is contained in:
commit
e0b5629a28
10
README.md
10
README.md
@ -1,6 +1,7 @@
|
|||||||
[](https://travis-ci.org/zeromq/cppzmq)
|
[](https://travis-ci.org/zeromq/cppzmq)
|
||||||
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
||||||
[](https://coveralls.io/github/zeromq/cppzmq?branch=master)
|
[](https://coveralls.io/github/zeromq/cppzmq?branch=master)
|
||||||
|
[](https://github.com/zeromq/cppzmq/blob/master/LICENSE)
|
||||||
|
|
||||||
Introduction & Design Goals
|
Introduction & Design Goals
|
||||||
===========================
|
===========================
|
||||||
@ -70,10 +71,7 @@ cpp zmq (which will also include libzmq for you).
|
|||||||
```
|
```
|
||||||
#find cppzmq wrapper, installed by make of cppzmq
|
#find cppzmq wrapper, installed by make of cppzmq
|
||||||
find_package(cppzmq)
|
find_package(cppzmq)
|
||||||
if(cppzmq_FOUND)
|
target_link_libraries(*Your Project Name* cppzmq)
|
||||||
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
|
|
||||||
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
|
|
||||||
endif()
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user