[libjpeg-turbo] Execlude execute targets

This commit is contained in:
halx99 2021-04-25 22:15:25 +08:00
parent 05d96aaa51
commit 6edff0c70e
1 changed files with 2 additions and 1 deletions

View File

@ -671,6 +671,7 @@ if(WITH_TURBOJPEG)
endif()
endif()
if(WITH_TOOLS)
if(WIN32)
set(USE_SETMODE "-DUSE_SETMODE")
endif()
@ -701,7 +702,7 @@ endif()
add_executable(rdjpgcom rdjpgcom.c)
add_executable(wrjpgcom wrjpgcom.c)
endif()
###############################################################################
# TESTS