mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
Tutorial: Clarify the expected change to target_include_directories
The expectation is to modify the existing `target_include_directories`, not add add a new `target_include_directories` command.
This commit is contained in:
committed by
Brad King
parent
4d56db038d
commit
6d48bd21ac
@@ -145,10 +145,10 @@ Next, the new library target is linked to the executable target using
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Finally we need to specify the library's header file location. Modify
|
Finally we need to specify the library's header file location.
|
||||||
:command:`target_include_directories` to add the ``MathFunctions`` subdirectory
|
Modify the existing :command:`target_include_directories` call
|
||||||
as an include directory so that the ``MathFunctions.h`` header file can be
|
to add the ``MathFunctions`` subdirectory as an include directory
|
||||||
found.
|
so that the ``MathFunctions.h`` header file can be found.
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user