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