Skip to content

Commit

Permalink
Modify CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 9, 2023
1 parent 4dd80c3 commit c172f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/FreeRDP/Client/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
project(FreeRDP)

SET(FreeRDP_LIBS freerdp-client freerdp Client)
if(NOT WIN32)
if(UNIX)
LIST(APPEND FreeRDP_LIBS winpr)
install_targets(TARGETS ${FreeRDP_LIBS})
endif()
Expand Down

0 comments on commit c172f8e

Please sign in to comment.