5 lines
139 B
CMake
Raw Normal View History

2005-11-10 10:50:09 -05:00
add_library(MathFunctions mysqrt.cxx)
install (TARGETS MathFunctions DESTINATION bin)
install (FILES MathFunctions.h DESTINATION include)