5 lines
123 B
CMake
Raw Normal View History

2005-11-10 10:50:09 -05:00
add_library(MathFunctions mysqrt.cxx)
install_targets (/bin MathFunctions)
install_files (/include FILES MathFunctions.h)