Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / guide / tutorial / Step3 / MathFunctions / CMakeLists.txt
1 add_library(MathFunctions mysqrt.cxx)
2
3 # TODO 1: State that anybody linking to MathFunctions needs to include the
4 # current source directory, while MathFunctions itself doesn't.
5 # Hint: Use target_include_directories with the INTERFACE keyword