mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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)
|