CMAKE_CONFIGURE_DEPENDS.rst 378 B

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