提交 0ac726e9 authored 作者: blu's avatar blu

using cmake

上级 2bec5d75
...@@ -73,7 +73,7 @@ add_executable(evmgr evmgr.cpp) ...@@ -73,7 +73,7 @@ add_executable(evmgr evmgr.cpp)
target_link_libraries(evmgr PUBLIC zmq fmt leveldb avutil avformat database zmqhelper util) target_link_libraries(evmgr PUBLIC zmq fmt leveldb avutil avformat database zmqhelper util)
add_executable(evpuller evpuller.cpp) add_executable(evpuller evpuller.cpp)
target_link_libraries(evpuller PUBLIC zmq fmt avformat avutil leveldb database zmqhelper util ${EXTRA_LIBS}) target_link_libraries(evpuller PUBLIC zmq fmt avformat swscale avcodec avutil swresample leveldb database zmqhelper util ${EXTRA_LIBS})
add_executable(evpusher evpusher.cpp) add_executable(evpusher evpusher.cpp)
target_link_libraries(evpusher PUBLIC zmq fmt leveldb avformat swscale avcodec avutil swresample database zmqhelper util ${EXTRA_LIBS}) target_link_libraries(evpusher PUBLIC zmq fmt leveldb avformat swscale avcodec avutil swresample database zmqhelper util ${EXTRA_LIBS})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论