From dcc559c8a0bf1abf516818a091144e2440db8e67 Mon Sep 17 00:00:00 2001 From: dcommander Date: Tue, 20 Sep 2011 05:41:54 +0000 Subject: Always link tjbench against jpeg-static instead of the JPEG DLL, since we are only using libjpeg for bitmap I/O git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@710 632fc199-4ca6-4c93-a231-07263d6284db --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68915a6..6be684d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") -- cgit v1.2.3