Tutorial: Fix-up typos and inconsistencies

* Fix typo in Step 2
* Fix incorrect code referenced in Step 3, TODO 7. Update comments in
MathFunctions/CMakeLists.txt to unique strings.
* Resolve inconsistencies between steps in MathFunctions/CMakeLists.txt
This commit is contained in:
betsy.mcphail
2023-09-07 10:57:19 -04:00
parent 1c5e4b60b1
commit a94a4c12e1
13 changed files with 36 additions and 17 deletions

View File

@@ -16,12 +16,13 @@ if (USE_MYMATH)
mysqrt.cxx
)
# link our compiler flags interface library
# link SqrtLibrary to tutorial_compiler_flags
target_link_libraries(SqrtLibrary PUBLIC tutorial_compiler_flags)
target_link_libraries(MathFunctions PRIVATE SqrtLibrary)
endif()
# link our compiler flags interface library
# link MathFunctions to tutorial_compiler_flags
target_link_libraries(MathFunctions PUBLIC tutorial_compiler_flags)
# TODO 1: Create a variable called installable_libs that is a list of all