2014-09-30 16:07:25 +02:00
|
|
|
# all source files
|
2022-06-12 10:48:48 -06:00
|
|
|
set(SRC VoIP.cpp
|
|
|
|
Client.cpp
|
|
|
|
Server.cpp)
|
2014-09-30 16:07:25 +02:00
|
|
|
|
|
|
|
# define the voip target
|
|
|
|
sfml_add_example(voip
|
|
|
|
SOURCES ${SRC}
|
2021-12-28 22:28:50 -07:00
|
|
|
DEPENDS SFML::Audio SFML::Network)
|