You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
378 B
10 lines
378 B
CMAKE_CONFIGURE_DEPENDS
|
|
-----------------------
|
|
|
|
Tell CMake about additional input files to the configuration process.
|
|
If any named file is modified the build system will re-run CMake to
|
|
re-configure the file and generate the build system again.
|
|
|
|
Specify files as a semicolon-separated list of paths. Relative paths
|
|
are interpreted as relative to the current source directory.
|