mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-11-11 09:05:36 +01:00
Merge pull request #248 from kurdybacha/readme_update
Problem: README build badges too generic
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,7 @@
|
||||
[](https://travis-ci.org/zeromq/cppzmq)
|
||||
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
||||
[](https://travis-ci.org/zeromq/cppzmq)
|
||||
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
||||
[](https://coveralls.io/github/zeromq/cppzmq?branch=master)
|
||||
[](https://github.com/zeromq/cppzmq/blob/master/LICENSE)
|
||||
|
||||
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_package(cppzmq)
|
||||
if(cppzmq_FOUND)
|
||||
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
|
||||
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
|
||||
endif()
|
||||
target_link_libraries(*Your Project Name* cppzmq)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user