You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|