2012-05-22 16:53:07 +04:00

6 lines
176 B
CMake

add_library (MathFunctions mysqrt.cxx)
# add the install targets and files
install (TARGETS MathFunctions DESTINATION bin)
install (FILES MathFunctions.h DESTINATION include)