1CMAKE_CONFIGURE_DEPENDS 2----------------------- 3 4Tell CMake about additional input files to the configuration process. 5If any named file is modified the build system will re-run CMake to 6re-configure the file and generate the build system again. 7 8Specify files as a semicolon-separated list of paths. Relative paths 9are interpreted as relative to the current source directory. 10