# This is the CMakeCache file. # For build in directory: c:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64 # It was generated by CMake: C:/Program Files (x86)/CMake/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Release //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= /machine:x64 //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Directory into which to install libjpeg-turbo (default: c:/libjpeg-turbo64) CMAKE_INSTALL_PREFIX:PATH=c:/libjpeg-turbo64 //Path to a program. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/link.exe //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= /machine:x64 //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=libjpeg-turbo //RC compiler CMAKE_RC_COMPILER:FILEPATH=rc //Flags for Windows Resource Compiler. CMAKE_RC_FLAGS:STRING=' /DWIN32 ' //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= /machine:x64 //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=OFF //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If true, cmake will use relative paths in makefiles and projects. CMAKE_USE_RELATIVE_PATHS:BOOL=OFF //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=OFF //Build shared libraries ENABLE_SHARED:BOOL=OFF //Build static libraries ENABLE_STATIC:BOOL=ON //Path to NASM/YASM executable NASM:PATH=nasm //Encode/decode JPEG images with 12-bit samples (implies WITH_SIMD=0 // WITH_TURBOJPEG=0 WITH_ARITH_ENC=0 WITH_ARITH_DEC=0) WITH_12BIT:BOOL=OFF //Include arithmetic decoding support when emulating the libjpeg // v6b API/ABI WITH_ARITH_DEC:BOOL=ON //Include arithmetic encoding support when emulating the libjpeg // v6b API/ABI WITH_ARITH_ENC:BOOL=ON //Link all libjpeg-turbo libraries and executables with the C run-time // DLL (msvcr*.dll) instead of the static C run-time library (libcmt*.lib.) // The default is to use the C run-time DLL only with the libraries // and executables that need it. WITH_CRT_DLL:BOOL=OFF //Build Java wrapper for the TurboJPEG library WITH_JAVA:BOOL=OFF //Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward // incompatible with libjpeg v6b) WITH_JPEG7:BOOL=ON //Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward // incompatible with libjpeg v6b) WITH_JPEG8:BOOL=ON //Include in-memory source/destination manager functions when emulating // the libjpeg v6b or v7 API/ABI WITH_MEM_SRCDST:BOOL=ON //Include SIMD extensions WITH_SIMD:BOOL=ON //Include the TurboJPEG wrapper library and associated test programs WITH_TURBOJPEG:BOOL=ON //Dependencies for target jpeg-static_LIB_DEPENDS:STATIC= //Dependencies for target jpeg_LIB_DEPENDS:STATIC= //Value Computed by CMake libjpeg-turbo_BINARY_DIR:STATIC=C:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64 //Value Computed by CMake libjpeg-turbo_SOURCE_DIR:STATIC=C:/Esenthel/ThirdPartyLibs/JpegTurbo/lib //Dependencies for target turbojpeg-static_LIB_DEPENDS:STATIC= //Dependencies for the target turbojpeg_LIB_DEPENDS:STATIC=general;jpeg-static; ######################## # INTERNAL cache entries ######################## //Stored GUID ALL_BUILD_GUID_CMAKE:INTERNAL=1A2E739C-F033-4441-852C-709EC77FEC24 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/Esenthel/ThirdPartyLibs/JpegTurbo/Windows64 //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=3 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/ctest.exe //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 14 2015 Win64 //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/Esenthel/ThirdPartyLibs/JpegTurbo/lib //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=3 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake/share/cmake-3.3 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Suppress Warnings that are meant for the author of the CMakeLists.txt // files. CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Stored GUID INSTALL_GUID_CMAKE:INTERNAL=50CFE124-7AFB-4BED-A329-1927698F820D //Stored GUID RUN_TESTS_GUID_CMAKE:INTERNAL=921D494D-3153-402E-B716-6D62298A8468 //Stored GUID SG_Filter_CMake Rules_GUID_CMAKE:INTERNAL=FEB0EE1F-8EFD-4543-A65A-1BC9E0F51631 //Stored GUID SG_Filter_Header Files_GUID_CMAKE:INTERNAL=95CE3B0B-9E21-4FB5-9B53-32CC3E3CEB0B //Stored GUID SG_Filter_Object Files_GUID_CMAKE:INTERNAL=AE83292A-CE24-4884-BB35-FD1166530317 //Stored GUID SG_Filter_Resources_GUID_CMAKE:INTERNAL=0270ACEF-851C-4A80-9464-E47CD7B7485D //Stored GUID SG_Filter_Source Files_GUID_CMAKE:INTERNAL=7228306D-E1F9-4B68-BD18-7A68287B1351 //Stored GUID ZERO_CHECK_GUID_CMAKE:INTERNAL=31BD8B7D-E5D3-4584-9450-F8C7862C050A //Stored GUID cjpeg-static_GUID_CMAKE:INTERNAL=DC2C3F09-15BD-43CE-8610-0640FBF88725 //Stored GUID djpeg-static_GUID_CMAKE:INTERNAL=CB6A038D-98B4-4213-B01A-74991D0BA761 //Stored GUID installer_GUID_CMAKE:INTERNAL=1281B4F3-5B8E-4A31-B8EA-276063E09C87 //Stored GUID jpeg-static_GUID_CMAKE:INTERNAL=A8D77928-068F-4E13-B158-53892E587ABB //Stored GUID jpegtran-static_GUID_CMAKE:INTERNAL=FA47AE28-DAC0-48CC-AEF5-C4BA9E15399E //Stored GUID md5cmp_GUID_CMAKE:INTERNAL=094A69A1-7CF8-4D1B-A255-E828A661F681 //Stored GUID rdjpgcom_GUID_CMAKE:INTERNAL=E1A04AC2-6122-4B1D-BF22-66E4937C4F56 //Stored GUID simd_GUID_CMAKE:INTERNAL=8F48478C-D6BB-4343-B026-EC467F8548E1 //Stored GUID testclean_GUID_CMAKE:INTERNAL=C586ACAC-0B69-4E88-AECC-E6C27CB8E1EF //Stored GUID tjbench-static_GUID_CMAKE:INTERNAL=28D43C23-D236-4E18-8425-9592B8FD0BB6 //Stored GUID tjunittest-static_GUID_CMAKE:INTERNAL=122CF8A9-36D2-4490-90F1-FC09396A9CFF //Stored GUID turbojpeg-static_GUID_CMAKE:INTERNAL=1131B2B3-A5D1-4AF7-A658-8ACA8CF212DB //Stored GUID wrjpgcom_GUID_CMAKE:INTERNAL=16924092-E8B0-4CD5-AD8B-B85BB8261572