Removed library prefix override.

This commit is contained in:
Armin Novak
2014-09-15 10:30:07 +02:00
parent 76835ece63
commit 059374457d
52 changed files with 52 additions and 52 deletions

View File

@@ -31,7 +31,7 @@ endif()
add_channel_client_library(${MODULE_PREFIX} ${MODULE_NAME} ${CHANNEL_NAME} TRUE "DeviceServiceEntry")
set_target_properties(${MODULE_NAME} PROPERTIES PREFIX "")
target_link_libraries(${MODULE_NAME} winpr freerdp)