5 lines
123 B
CMake
5 lines
123 B
CMake
|
add_library(MathFunctions mysqrt.cxx)
|
||
|
|
||
|
install_targets (/bin MathFunctions)
|
||
|
install_files (/include FILES MathFunctions.h)
|