mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-09 10:08:38 +02:00
Merge pull request #473 from Katawann/pr-fix-example-cmake
Fix failed compilation for the examples
This commit is contained in:
commit
4f111562e7
@ -10,6 +10,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
find_package(Threads)
|
||||
find_package(cppzmq)
|
||||
|
||||
add_executable(
|
||||
pubsub_multithread_inproc
|
||||
|
Loading…
x
Reference in New Issue
Block a user