summaryrefslogtreecommitdiff
path: root/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt
blob: f386036c3a4b22ca384a77575595e35fa5082223 (plain)
1
2
3
4
add_library(MathFunctions mysqrt.cxx)

install (TARGETS MathFunctions DESTINATION bin)
install (FILES MathFunctions.h DESTINATION include)