diff options
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 |