6 lines
244 B
CMake
Raw Normal View History

add_library(MathFunctions mysqrt.cxx)
2022-11-16 20:14:03 +01:00
# 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