CMake/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt

5 lines
123 B
CMake
Raw Normal View History

2005-11-10 18:50:45 +03:00
add_library(MathFunctions mysqrt.cxx)
install_targets (/bin MathFunctions)
install_files (/include FILES MathFunctions.h)