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/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5fbaa11..8ea9925 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -33,6 +33,9 @@ endif() add_executable(fbperf ${FBPERF_SOURCES}) target_link_libraries(fbperf test_util rfb ${FLTK_LIBRARIES} ${GETTEXT_LIBRARIES}) +if(WIN32) + target_link_libraries(fbperf msimg32) +endif() if(APPLE) target_link_libraries(fbperf "-framework Cocoa" "-framework Carbon") endif()