Files @ e733ee38fb27
Branch filter:

Location: libtransport.git/examples/server_connect/CMakeLists.txt

HanzZ
Disable custom smileys to prevent crash in libpurple (we don't use this feature anyway)
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(transport_server_connect ${SRC})

TARGET_LINK_LIBRARIES(transport_server_connect transport ${SWIFTEN_LIBRARIES})