Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > acd30aff1fef52f2be0a089ae33cd62e > files > 206

lib64sfml-devel-2.2-1.mga5.x86_64.rpm


set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/voip)

# all source files
set(SRC ${SRCROOT}/VoIP.cpp
        ${SRCROOT}/Client.cpp
        ${SRCROOT}/Server.cpp)

# define the voip target
sfml_add_example(voip
                 SOURCES ${SRC}
                 DEPENDS sfml-audio sfml-network sfml-system)