summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step3/MathFunctions
diff options
context:
space:
mode:
authorPaul Choisel <paul.choisel@kitware.com>2023-04-14 14:18:04 (GMT)
committerPaul Choisel <paul.choisel@kitware.com>2023-04-28 14:23:59 (GMT)
commitc6a426198a9ea204d6e5990467426a86bd07b25c (patch)
treef45c93c44a5129b0c72355be94b78606d713d754 /Help/guide/tutorial/Step3/MathFunctions
parent6c11f7e4a8805189835c04a398864f96081b3183 (diff)
downloadCMake-c6a426198a9ea204d6e5990467426a86bd07b25c.zip
CMake-c6a426198a9ea204d6e5990467426a86bd07b25c.tar.gz
CMake-c6a426198a9ea204d6e5990467426a86bd07b25c.tar.bz2
Tutorial: Move Step4-Ex1 to Step3-Ex2
During the training, we talk about INTERFACE libraries just before Step3 so it makes more sense to do the exercise related to them in Step3
Diffstat (limited to 'Help/guide/tutorial/Step3/MathFunctions')
-rw-r--r--Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt4
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 6f86ffe..0ffb9e1 100644
--- a/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt
+++ b/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt
@@ -14,5 +14,9 @@ if (USE_MYMATH)
mysqrt.cxx
)
+ # TODO 7: Link SqrtLibrary to tutorial_compiler_flags
+
target_link_libraries(MathFunctions PUBLIC SqrtLibrary)
endif()
+
+# TODO 6: Link MathFunctions to tutorial_compiler_flags