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

5 lines
139 B
CMake
Raw Normal View History

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