mirror of
1
0
Fork 0
This commit is contained in:
Henry Schreiner 2020-01-30 11:37:28 -05:00
parent 7df2e210cb
commit 39d4cdf604
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ configure_file (
You should include the binary include directory as well when building your project. If you want to put any true/false variables in a header, CMake has C specific `#cmakedefine` and `#cmakedefine01` replacements to make appropriate define lines.
You can also (and often do) use this to produce `.cmake` files, such as the configure files (see the section on configuring).
You can also (and often do) use this to produce `.cmake` files, such as the configure files (see [installing](https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html)).
## Reading files