File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Travis-CI Status] ( https://travis-ci.org/ zeromq/cppzmq.svg?branch=master )] ( https://travis-ci.org/zeromq/cppzmq )
2
- [ ![ Appveyor Status] ( https://ci.appveyor.com/api/projects/status/bvi5axi8um7goh50/branch/ master? svg=true )] ( https://ci.appveyor.com/project/zeromq/cppzmq/branch/master )
1
+ [ ![ Travis-CI Status] ( https://img.shields.io/travis/ zeromq/cppzmq/master .svg?label=Linux%20|%20OSX )] ( https://travis-ci.org/zeromq/cppzmq )
2
+ [ ![ Appveyor Status] ( https://img.shields.io/appveyor/ci/zeromq/cppzmq/ master. svg?label=Windows )] ( https://ci.appveyor.com/project/zeromq/cppzmq/branch/master )
3
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/zeromq/cppzmq/badge.svg?branch=master )] ( https://coveralls.io/github/zeromq/cppzmq?branch=master )
4
+ [ ![ License] ( https://img.shields.io/github/license/zeromq/cppzmq.svg )] ( https://github.com/zeromq/cppzmq/blob/master/LICENSE )
4
5
5
6
Introduction & Design Goals
6
7
===========================
@@ -70,10 +71,7 @@ cpp zmq (which will also include libzmq for you).
70
71
```
71
72
#find cppzmq wrapper, installed by make of cppzmq
72
73
find_package(cppzmq)
73
- if(cppzmq_FOUND)
74
- include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
75
- target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
76
- endif()
74
+ target_link_libraries(*Your Project Name* cppzmq)
77
75
```
78
76
79
77
You can’t perform that action at this time.
0 commit comments