diff options
author | Brad King <brad.king@kitware.com> | 2022-09-02 12:59:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-02 12:59:20 (GMT) |
commit | 18d3733b540caea46a9ef3cb0cd243dbba3bb155 (patch) | |
tree | b1672760c85024e246dd9ed5cb68d3ba7cfd6434 /Help/guide/tutorial/Step3/MathFunctions | |
parent | 77bed7828064b18aa9847b0cc16ba241d5eeef7d (diff) | |
parent | 8c3aa7def7793d54c5e2b5b3b850d756bfe41b02 (diff) | |
download | CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.zip CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.tar.gz CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.tar.bz2 |
Merge topic 'tutorial_step3_update'
8c3aa7def7 Tutorial: Update step 3 style
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7594
Diffstat (limited to 'Help/guide/tutorial/Step3/MathFunctions')
-rw-r--r-- | Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt index 8b443a6..7bf05e0 100644 --- a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt @@ -1 +1,5 @@ add_library(MathFunctions mysqrt.cxx) + +# TODO 1: State that anybody linking to MathFunctions needs to include the +# current source directory, while MathFunctions itself doesn't. +# Hint: Use target_include_directories with the INTERFACE keyword |