Files @ cc954f60d118
Branch filter:

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

Jan Kaluza
Check if backend can be executed and write error message if not
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(transport_usermanager ${SRC})

TARGET_LINK_LIBRARIES(transport_usermanager transport ${SWIFTEN_LIBRARIES})