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

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})
find_package(Threads)
find_package(cppzmq)
add_executable(
pubsub_multithread_inproc