summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step2/MathFunctions
diff options
context:
space:
mode:
authorMarkus Ferrell <markus.ferrell@kitware.com>2022-07-25 16:19:32 (GMT)
committerMarkus Ferrell <markus.ferrell@kitware.com>2022-08-29 19:43:53 (GMT)
commit80f5d288135fc4f571b6f005de36890e9b46476a (patch)
tree101b157ee16257ef9569a7736f790b4d279e4daf /Help/guide/tutorial/Step2/MathFunctions
parent5b949bbb9114379120c29134b5effd77e39dd134 (diff)
downloadCMake-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.txt2
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