diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-08-26 13:42:16 -0400 |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-09-28 11:38:28 -0400 |
commit | 37fceb6fd382bcfb85860b6b288bfc323e4f4ab7 (patch) | |
tree | 82a5fa19b78ebc814ca9d4464661b0ee717871f9 /Help/guide/tutorial/Step4/MathFunctions | |
parent | 9b1b9b9aae371acb9d18b481d45bcaec2d312e27 (diff) | |
download | cmake-37fceb6fd382bcfb85860b6b288bfc323e4f4ab7.tar.gz |
Tutorial: Update step 4 style
Diffstat (limited to 'Help/guide/tutorial/Step4/MathFunctions')
-rw-r--r-- | Help/guide/tutorial/Step4/MathFunctions/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step4/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step4/MathFunctions/CMakeLists.txt index 0515852a0c..5f7369cae7 100644 --- a/Help/guide/tutorial/Step4/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step4/MathFunctions/CMakeLists.txt @@ -5,3 +5,5 @@ add_library(MathFunctions mysqrt.cxx) target_include_directories(MathFunctions INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ) + +# TODO 3: Link to tutorial_compiler_flags |