]> granicus.if.org Git - libjpeg-turbo/commit
Build: Preserve CMake exe suffix from cmd line
authorDRC <information@libjpeg-turbo.org>
Fri, 20 Jul 2018 16:30:04 +0000 (11:30 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 20 Jul 2018 17:21:20 +0000 (12:21 -0500)
commit0fa7850aeb273204acd57be11f328b2be5d97dc6
tree2f1fb3e12efe62a40415b5d860698dfcc94f912c
parent0c8eb5b4ddaa174028276eb56a8a8b1c746f2b87
Build: Preserve CMake exe suffix from cmd line

Normally the value of CMAKE_EXECUTABLE_SUFFIX is clobbered by project().

This allows for specifying an executable suffix of .html with Emscripten
builds, which causes Emscripten to build standalone HTML versions of the
libjpeg-turbo test programs.
CMakeLists.txt