blob: 7bf05e02c5da752f6d0641b73ad353bc5e26e043 (
plain)
1
2
3
4
5
|
add_library(MathFunctions mysqrt.cxx)
# TODO 1: State that anybody linking to MathFunctions needs to include the
# current source directory, while MathFunctions itself doesn't.
# Hint: Use target_include_directories with the INTERFACE keyword
|