Files
unison/examples/realtime/CMakeLists.txt

9 lines
155 B
CMake

build_example(
NAME realtime-udp-echo
SOURCE_FILES realtime-udp-echo.cc
LIBRARIES_TO_LINK
${libcsma}
${libinternet}
${libapplications}
)