file — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpAn important difference is that configure_file () creates a dependency on the source file, so CMake will be re-run if it changes. The file (COPY_FILE) sub-command does not create such a dependency. See also the file (COPY) sub-command just below which provides further file-copying capabilities.
list — CMake 3.23.0-rc4 Documentation
https://cmake.org/cmake/help/latest/command/list.htmlNote. When specifying index values, if <element index> is 0 or greater, it is indexed from the beginning of the list, with 0 representing the first list element. If <element index> is -1 or lesser, it is indexed from the end of the list, with -1 representing the last list element. Be careful when counting with negative indices: they do not start from 0. -0 is equivalent to 0, the first list elem
CMake toolchain file - use list(APPEND · Issue #2336 ...
github.com › Microsoft › vcpkgDec 08, 2017 · Add missing exports Fixed .def file in release mode (it is bugged after #2293 fix in d5395ac) #2293 (comment) Added exports for speex_header_free and speex_mode_list (#2292 (comment)) * [speex] Fix regression for release mode import library * [vcpkg-cmake-toolchain] Mark _VCPKG_ROOT_DIR as INTERNAL * [openssl] Add -utf-8 flag * [exiv2] update ...