Files @ 33587d6fc128
Branch filter:

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

HanzZ
Fixed compilation with latest Swiften
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(login_test ${SRC})

TARGET_LINK_LIBRARIES(login_test transport ${SWIFTEN_LIBRARIES} -lgconf-2 -lgobject-2.0 -lglib-2.0)