1
0

Excerise 1 - Step 2

This commit is contained in:
2023-10-30 13:11:23 +01:00
parent e2564d1ea8
commit a6e575962e
3 changed files with 10 additions and 11 deletions

View File

@ -1,8 +1,7 @@
# TODO 14: Remove mysqrt.cxx from the list of sources
# TODO 1: Add a library called MathFunctions with sources MathFunctions.cxx
# and mysqrt.cxx
# Hint: You will need the add_library command
add_library(MathFunctions MathFunctions.cxx mysqrt.cxx)
# TODO 7: Create a variable USE_MYMATH using option and set default to ON