commit | de6a5806d23d149d3a9ee94fc6b1d797ef864971 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Jan 02 20:07:10 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 10 17:05:22 2017 +0100 |
tree | 26dba94632f3752d22a7fbb9882dbfd43a32f2b8 | |
parent | 3d74d88806d09f3a899be5d8f1df8ec20ed9a14d [diff] [blame] |
Add alpha blending support to surfaces
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt index d6a1b58..1833e70 100644 --- a/vncviewer/CMakeLists.txt +++ b/vncviewer/CMakeLists.txt
@@ -48,6 +48,10 @@ target_link_libraries(vncviewer rfb network rdr os ${FLTK_LIBRARIES} ${GETTEXT_LIBRARIES}) +if(WIN32) + target_link_libraries(vncviewer msimg32) +endif() + if(APPLE) target_link_libraries(vncviewer "-framework Cocoa" "-framework Carbon") endif()