Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjbench

262     add_executable(tjbench tjbench.c bmp.c tjutil.c rdbmp.c rdppm.c wrbmp.c
264 target_link_libraries(tjbench turbojpeg jpeg-static)
265 set_property(TARGET tjbench PROPERTY COMPILE_FLAGS
282 add_executable(tjbench-static tjbench.c bmp.c tjutil.c rdbmp.c rdppm.c
284 target_link_libraries(tjbench-static turbojpeg-static jpeg-static)
285 set_property(TARGET tjbench-static PROPERTY COMPILE_FLAGS
912 cjpeg djpeg jpegtran tjbench ${JAVA_DEPEND}
917 install(TARGETS turbojpeg tjbench
925 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/tjbench-static.exe
926 DESTINATION bin RENAME tjbench.exe)