mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Added fix for TestConnect
* copy test_icon.ppm to build directory * Add client pre|post_connect and disconnect callbacks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user