diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 4a924d0..ea6d078 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -9,9 +9,9 @@ link_directories("/usr/local/lib/") endif() if(ASAN) - set(LINK_LIB asan rtsp2_static uv_a pthread dl) + set(LINK_LIB asan rtsp2_static uv pthread dl) else() - set(LINK_LIB rtsp2_static uv_a pthread dl) + set(LINK_LIB rtsp2_static uv pthread dl) endif() add_executable(rtsp_v1_client_use_libuv rtsp_v1_client_use_libuv.cpp)