Files @ 85600b449fe1
Branch filter:

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

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(login_test ${SRC})

	TARGET_LINK_LIBRARIES(login_test transport ${SWIFTEN_LIBRARIES})