Files @ 85600b449fe1
Branch filter:

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

HanzZ
added service.memory_collector_time to configure backend collection basend on highest memory usage. By default this feature is deactivated
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(transport_usermanager ${SRC})

TARGET_LINK_LIBRARIES(transport_usermanager transport ${SWIFTEN_LIBRARIES})