GENERATED — CMake 3.23.0-rc2 Documentation
cmake.org › cmake › helpWhen a generated file created as the OUTPUT of an add_custom_command() command is explicitly listed as a source file for any target in the same directory scope (which usually means the same CMakeLists.txt file), CMake will automatically create a dependency to make sure the file is generated before building that target.
file — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpGenerate an output file for each build configuration supported by the current CMake Generator. Evaluate generator expressions from the input content to produce the output content. The options are: CONDITION <condition> Generate the output file for a particular configuration only if the condition is true.