Files @ 3fe27413f536
Branch filter:

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

HanzZ
Added a way to specify name of transport in gateway mode
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(transport_usermanager ${SRC})

TARGET_LINK_LIBRARIES(transport_usermanager transport ${SWIFTEN_LIBRARIES})