Files @ e23f8e3c7f9d
Branch filter:

Location: libtransport.git/tests/login_bad_name2/CMakeLists.txt

HanzZ
Fixed password changing in gateway mode + working RIE
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(login_bad_name2_test ${SRC})

TARGET_LINK_LIBRARIES(login_bad_name2_test transport ${SWIFTEN_LIBRARIES})