diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-25 16:19:32 (GMT) |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-08-29 19:43:53 (GMT) |
commit | 80f5d288135fc4f571b6f005de36890e9b46476a (patch) | |
tree | 101b157ee16257ef9569a7736f790b4d279e4daf /Help/guide/tutorial/Step2/MathFunctions | |
parent | 5b949bbb9114379120c29134b5effd77e39dd134 (diff) | |
download | CMake-80f5d288135fc4f571b6f005de36890e9b46476a.zip CMake-80f5d288135fc4f571b6f005de36890e9b46476a.tar.gz CMake-80f5d288135fc4f571b6f005de36890e9b46476a.tar.bz2 |
Tutorial: Update step 2 style
Diffstat (limited to 'Help/guide/tutorial/Step2/MathFunctions')
-rw-r--r-- | Help/guide/tutorial/Step2/MathFunctions/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step2/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step2/MathFunctions/CMakeLists.txt new file mode 100644 index 0000000..b7779b7 --- /dev/null +++ b/Help/guide/tutorial/Step2/MathFunctions/CMakeLists.txt @@ -0,0 +1,2 @@ +# TODO 1: Add a library called MathFunctions +# Hint: You will need the add_library command |