aF
http://destinybest.pro › cmake-fore...Cmake foreach file in directory. 00124 foreach (D IN ITEMS Path of installation directory for CMake package configuration 00208 # files relative 3rdparty is ...
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.
foreach — CMake 3.23.0-rc2 Documentation
cmake.org › cmake › helpforeach. ¶. Evaluate a group of commands for each value in a list. foreach (<loop_var> <items>) <commands> endforeach () where <items> is a list of items that are separated by semicolon or whitespace. All commands between foreach and the matching endforeach are recorded without being invoked. Once the endforeach is evaluated, the recorded list ...