cmake-3.25.1-tutorial-source/Step3/MathFunctions/CMakeLists.txt
zhangyazhou 8a5b8b3292 init
2022-12-11 21:34:46 +08:00

6 lines
244 B
CMake

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