mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
24 lines
424 B
CMake
24 lines
424 B
CMake
|
|
if(BUILD_CLICKTOCALL)
|
|
add_subdirectory(clicktocall)
|
|
endif()
|
|
if(WITH_SSL)
|
|
add_subdirectory(sipdial)
|
|
endif()
|
|
if(BUILD_ICHAT_GW)
|
|
add_subdirectory(ichat-gw)
|
|
endif()
|
|
if(BUILD_TELEPATHY_CM)
|
|
add_subdirectory(telepathy)
|
|
endif()
|
|
if(BUILD_RECONSERVER)
|
|
add_subdirectory(reConServer)
|
|
endif()
|
|
if(NETSNMP_AGENT_FOUND)
|
|
add_subdirectory(registration-agent)
|
|
endif()
|
|
if(USE_GSTREAMER)
|
|
add_subdirectory(echoTest)
|
|
endif()
|
|
|