Added fix for TestConnect

* copy test_icon.ppm to build directory
* Add client pre|post_connect and disconnect callbacks
This commit is contained in:
akallabeth
2022-10-21 11:29:59 +02:00
committed by David Fort
parent 2458a526b8
commit 92b40a1c1d
2 changed files with 8 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ if (WIN32)
set ( SRCS ${SRCS} ${CMAKE_CURRENT_BINARY_DIR}/version.rc)
endif()
# We need this in runtime path for TestConnect
file(COPY test_icon.ppm DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
add_executable(${MODULE_NAME} ${SRCS})
list(APPEND LIBS freerdp-server)