提交 e65ecfc1 authored 作者: tobyfan1980's avatar tobyfan1980

remove test_proxy from server/cmake

上级 f4c8fd24
...@@ -19,8 +19,8 @@ link_directories(${COMMON_LIB_DIR}) ...@@ -19,8 +19,8 @@ link_directories(${COMMON_LIB_DIR})
add_executable(vgw videogateway.cc) add_executable(vgw videogateway.cc)
target_link_libraries(vgw PUBLIC ${VGW_LIBS} ${COMM_LIBS}) target_link_libraries(vgw PUBLIC ${VGW_LIBS} ${COMM_LIBS})
add_executable(test_proxy test_proxy.cc) # add_executable(test_proxy test_proxy.cc)
target_link_libraries(test_proxy PUBLIC ${COMM_LIBS}) # target_link_libraries(test_proxy PUBLIC ${COMM_LIBS})
# add_executable(test_mqtt test_mqtt_rd.cc) # add_executable(test_mqtt test_mqtt_rd.cc)
# target_link_libraries(test_mqtt PUBLIC ${COMM_LIBS}) # target_link_libraries(test_mqtt PUBLIC ${COMM_LIBS})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论