-- Found GNU Make at /data/data/com.termux/files/usr/bin/make
-- CMAKE_INSTALL_PREFIX=/usr/local
-- CMAKE_BUILD_TYPE=RelWithDebInfo
-- Using Lua interpreter: /data/data/com.termux/files/usr/bin/luajit
-- Using Lua interpreter for code generation: /data/data/com.termux/files/usr/bin/luajit
-- Using Lua compiler: /data/data/com.termux/files/usr/bin/luajit -b -s %s -
-- main_lib props '/data/data/com.termux/files/usr/include/luajit-2.1;/data/data/com.termux/files/usr/include;/data/data/com.termux/files/home/build/neovim/build/src/nvim/auto;/data/data/com.termux/files/home/build/neovim/build/include;/data/data/com.termux/files/home/build/neovim/build/cmake.config;/data/data/com.termux/files/home/build/neovim/src'
-- nlua0 props '/data/data/com.termux/files/usr/include/luajit-2.1;/data/data/com.termux/files/home/build/neovim/src;/data/data/com.termux/files/home/build/neovim/build/cmake.config;/data/data/com.termux/files/home/build/neovim/build/include'
-- iconv props '/data/data/com.termux/files/usr/include'
-- libuv props '/data/data/com.termux/files/usr/include'
-- treesitter props '/data/data/com.termux/files/usr/include'
-- unibilium props '/data/data/com.termux/files/usr/include'
-- utf8proc props '/data/data/com.termux/files/usr/include'
-- libintl props '/data/data/com.termux/files/usr/include'
-- Configuring done (2.1s)
-- Generating done (0.7s)
-- Build files have been written to: /data/data/com.termux/files/home/build/neovim/build
-- Cache values
// Path to a program.
CACHE_PRG:FILEPATH=CACHE_PRG-NOTFOUND

// CI, extra flags will be set
CI_BUILD:BOOL=OFF

// Abort if lint programs not found
CI_LINT:BOOL=OFF

// Path to a program.
CLANG_TIDY_PRG:FILEPATH=/data/data/com.termux/files/usr/bin/clang-tidy

// Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-addr2line

// Path to a program.
CMAKE_AR:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-ar

// Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo

// Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

// C compiler
CMAKE_C_COMPILER:FILEPATH=/data/data/com.termux/files/usr/bin/cc

// LLVM archiver
CMAKE_C_COMPILER_AR:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-ar

// `clang-scan-deps` dependency scanner
CMAKE_C_COMPILER_CLANG_SCAN_DEPS:FILEPATH=/data/data/com.termux/files/usr/bin/clang-scan-deps

// Generate index for LLVM archive
CMAKE_C_COMPILER_RANLIB:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-ranlib

// Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=

// Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

// Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

// Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

// Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

// Path to a program.
CMAKE_DLLTOOL:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-dlltool

// Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=

// Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

// User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin

// Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

// Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

// Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

// C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

// Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

// Object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib

// Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

// Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

// Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

// Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

// C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

// Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

// Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

// System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

// Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

// Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

// Path to a program.
CMAKE_LINKER:FILEPATH=/data/data/com.termux/files/usr/bin/ld.lld

// Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/data/data/com.termux/files/usr/bin/make

// Flags used by the linker during the creation of modules during all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of modules during DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of modules during MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of modules during RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of modules during RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Path to a program.
CMAKE_NM:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-nm

// Path to a program.
CMAKE_OBJCOPY:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-objcopy

// Path to a program.
CMAKE_OBJDUMP:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-objdump

// Path to a program.
CMAKE_RANLIB:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-ranlib

// Path to a program.
CMAKE_READELF:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-readelf

// Flags used by the linker during the creation of shared libraries during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of shared libraries during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of shared libraries during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of shared libraries during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// If set, runtime paths are not added when installing shared libraries, but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

// If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

// Flags used by the linker during the creation of static libraries during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of static libraries during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of static libraries during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of static libraries during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Path to a program.
CMAKE_STRIP:FILEPATH=/data/data/com.termux/files/usr/bin/llvm-strip

// Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND

// 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=FALSE

// Pre-compile Lua sources into bytecode (for sources that are included in the binary)
COMPILE_LUA:BOOL=ON

// Enable to build RPM source packages
CPACK_SOURCE_RPM:BOOL=OFF

// Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON

// Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON

// Enable to build TXZ source packages
CPACK_SOURCE_TXZ:BOOL=ON

// Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON

// Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF

// Path prefix for finding dependencies
DEPS_PREFIX:PATH=/data/data/com.termux/files/home/build/neovim/.deps/usr

// Enable Clang address & undefined behavior sanitizer for nvim binary.
ENABLE_ASAN_UBSAN:BOOL=OFF

// Enable -Wsuggest compiler warnings
ENABLE_COMPILER_SUGGESTIONS:BOOL=OFF

// Enable gcov support
ENABLE_GCOV:BOOL=OFF

// Run include-what-you-use with the compiler.
ENABLE_IWYU:BOOL=OFF

// enable libintl
ENABLE_LIBINTL:BOOL=ON

// enable link time optimization
ENABLE_LTO:BOOL=ON

// Enable Clang memory sanitizer for nvim binary.
ENABLE_MSAN:BOOL=OFF

// Localizations to build
ENABLE_TRANSLATIONS:BOOL=OFF

// Enable Clang thread sanitizer for nvim binary.
ENABLE_TSAN:BOOL=OFF

// enable wasmtime
ENABLE_WASMTIME:BOOL=OFF

// Path to a file.
ICONV_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
ICONV_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libiconv.so

// Path to a file.
LIBINTL_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
LIBINTL_LIBRARY:FILEPATH=LIBINTL_LIBRARY-NOTFOUND

// Path to a file.
LIBUV_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
LIBUV_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libuv.so

// Path to a library.
LPEG_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/liblpeg.so

// Format for compiling to Lua bytecode
LUAC_PRG:STRING=/data/data/com.termux/files/usr/bin/luajit -b -s %s -

// Path to a file.
LUAJIT_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include/luajit-2.1

// Path to a library.
LUAJIT_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libluajit-5.1.so

// Path to the lua used for code generation.
LUA_GEN_PRG:FILEPATH=/data/data/com.termux/files/usr/bin/luajit

// Path to a program.
LUA_PRG:FILEPATH=/data/data/com.termux/files/usr/bin/luajit

// Path to a file.
LUV_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
LUV_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libluv.so

// Path to a program.
MAKE_PRG:FILEPATH=/data/data/com.termux/files/usr/bin/make

// Prefer Lua over LuaJIT in the nvim executable.
PREFER_LUA:BOOL=OFF

// Path to a program.
SHELLCHECK_PRG:FILEPATH=SHELLCHECK_PRG-NOTFOUND

// Path to a program.
STYLUA_PRG:FILEPATH=STYLUA_PRG-NOTFOUND

// Path to a file.
TREESITTER_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
TREESITTER_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libtree-sitter.so

// Path to a file.
UNIBILIUM_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
UNIBILIUM_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libunibilium.so

// Use bundled busted
USE_BUNDLED_BUSTED:BOOL=ON

// Path to a file.
UTF8PROC_INCLUDE_DIR:PATH=/data/data/com.termux/files/usr/include

// Path to a library.
UTF8PROC_LIBRARY:FILEPATH=/data/data/com.termux/files/usr/lib/libutf8proc.so

