Skip to content

Commit

Permalink
Always link tjbench against jpeg-static instead of the JPEG DLL, sinc…
Browse files Browse the repository at this point in the history
…e we are only using libjpeg for bitmap I/O

git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo/trunk@710 3789f03b-4d11-0410-bbf8-ca57d06f2519
  • Loading branch information
dcommander committed Sep 20, 2011
1 parent 3338310 commit 70a0529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -201,7 +201,7 @@ target_link_libraries(tjunittest-static turbojpeg-static)

add_executable(tjbench tjbench.c bmp.c tjutil.c rdbmp.c rdppm.c wrbmp.c
wrppm.c)
target_link_libraries(tjbench turbojpeg jpeg)
target_link_libraries(tjbench turbojpeg jpeg-static)
set_property(TARGET tjbench PROPERTY COMPILE_FLAGS
"-DBMP_SUPPORTED -DPPM_SUPPORTED")

Expand Down

0 comments on commit 70a0529

Please sign in to comment.