This commit is contained in:
2020-04-07 20:02:56 +08:00
parent 61efac2e35
commit 6387a0cc8d
+2 -2
View File
@@ -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)