summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step12/MathFunctions
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Refactor MakeTable commands into MakeTable.cmakeMarkus Ferrell2023-03-072-10/+11
|
* Tutorial: Refactor MathFunctions codeMarkus Ferrell2023-02-231-0/+1
| | | | | | | Propagate the refactor in Step 10 MathFunctions through all of the steps. Use MathFunctions/MathFunctions.cxx instead of Tutorial.cxx to determine which sqrt library is called. Adds .h files which correspond to their .cxx files by name.
* Tutorial: Update step 5 styleMarkus Ferrell2022-10-061-1/+2
|
* Tutorial: Order install(TARGETS) EXPORT option consistently with docsJoachim Wuttke (h)2021-11-301-2/+2
|
* Tutorial: Install correctly when built staticallyRobert Maynard2020-06-161-1/+5
| | | | When built statically we failed to install the SqrtLibrary
* Tutorial: Add the PRIVATE keyword to target_link_libraries commandBetsy McPhail2020-01-101-1/+1
|
* Tutorial: Improve "MultiPackage" exampleBetsy McPhail2020-01-106-0/+160
Rename to Step 12 and ensure that it follows Step 11