mirror of https://github.com/axmolengine/axmol.git
[libjpeg-turbo] Execlude execute targets
This commit is contained in:
parent
05d96aaa51
commit
6edff0c70e
|
@ -671,6 +671,7 @@ if(WITH_TURBOJPEG)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WITH_TOOLS)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(USE_SETMODE "-DUSE_SETMODE")
|
set(USE_SETMODE "-DUSE_SETMODE")
|
||||||
endif()
|
endif()
|
||||||
|
@ -701,7 +702,7 @@ endif()
|
||||||
add_executable(rdjpgcom rdjpgcom.c)
|
add_executable(rdjpgcom rdjpgcom.c)
|
||||||
|
|
||||||
add_executable(wrjpgcom wrjpgcom.c)
|
add_executable(wrjpgcom wrjpgcom.c)
|
||||||
|
endif()
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# TESTS
|
# TESTS
|
||||||
|
|
Loading…
Reference in New Issue