Files @ 2a09696a8a3a
Branch filter:

Location: libtransport.git/tests/login/CMakeLists.txt - annotation

HanzZ
Do not send roster push when we're not connected -> fixed leak
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(login_test ${SRC})

	TARGET_LINK_LIBRARIES(login_test transport ${SWIFTEN_LIBRARIES})