Merge pull request #473 from Katawann/pr-fix-example-cmake

Fix failed compilation for the examples
This commit is contained in:
Simon Giesecke 2021-03-10 22:22:06 +01:00 committed by GitHub
commit 4f111562e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})
find_package(Threads) find_package(Threads)
find_package(cppzmq)
add_executable( add_executable(
pubsub_multithread_inproc pubsub_multithread_inproc