update
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ project(ndn_consumer_producer_example)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(consumer consumer.cpp FacePool.h)
|
||||
add_executable(consumer consumer.cpp)
|
||||
target_link_libraries(consumer pthread ndn-cxx boost_system)
|
||||
|
||||
add_executable(producer producer.cpp FacePool.h)
|
||||
add_executable(producer producer.cpp)
|
||||
target_link_libraries(producer pthread ndn-cxx boost_system)
|
||||
|
||||
Reference in New Issue
Block a user