From 25dde20cc5df77326f369c2dbcca3edcf687e581 Mon Sep 17 00:00:00 2001 From: Josef Angstenberger Date: Thu, 10 Jun 2021 23:16:18 +0200 Subject: Tutorial: Fix links after splitting steps --- .../guide/tutorial/Adding Usage Requirements for a Library.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Help/guide/tutorial/Adding Usage Requirements for a Library.rst') diff --git a/Help/guide/tutorial/Adding Usage Requirements for a Library.rst b/Help/guide/tutorial/Adding Usage Requirements for a Library.rst index a625d90480..6146a5e319 100644 --- a/Help/guide/tutorial/Adding Usage Requirements for a Library.rst +++ b/Help/guide/tutorial/Adding Usage Requirements for a Library.rst @@ -11,11 +11,11 @@ requirements are: - :command:`target_include_directories` - :command:`target_link_libraries` -Let's refactor our code from `Adding a Library (Step 2)`_ to use the modern -CMake approach of usage requirements. We first state that anybody linking to -MathFunctions needs to include the current source directory, while -MathFunctions itself doesn't. So this can become an ``INTERFACE`` usage -requirement. +Let's refactor our code from :guide:`tutorial/Adding a Library` to use the +modern CMake approach of usage requirements. We first state that anybody +linking to MathFunctions needs to include the current source directory, +while MathFunctions itself doesn't. So this can become an ``INTERFACE`` +usage requirement. Remember ``INTERFACE`` means things that consumers require but the producer doesn't. Add the following lines to the end of -- cgit v1.2.1