1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-21 06:10:16 +08:00
Files
CMake/Help/guide/tutorial/Step3/MathFunctions/CMakeLists.txt
2022-08-31 17:41:17 -04: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