Skip to content

Commit

Permalink
wfreerdp: fix name build without client interface
Browse files Browse the repository at this point in the history
When built without client-interface the binary should be called wfreerdp
as well (currently it is wfreerdp-client)
  • Loading branch information
bmiklautz committed May 12, 2016
1 parent 9b7c53c commit 1ea3d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Windows/CMakeLists.txt
Expand Up @@ -73,6 +73,7 @@ else()
set(${MODULE_PREFIX}_SRCS ${${MODULE_PREFIX}_SRCS} cli/wfreerdp.c cli/wfreerdp.h)
add_executable(${MODULE_NAME} WIN32 ${${MODULE_PREFIX}_SRCS})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
set_target_properties(${MODULE_NAME} PROPERTIES OUTPUT_NAME "wfreerdp")
endif()

set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} freerdp-client)
Expand Down

0 comments on commit 1ea3d4d

Please sign in to comment.