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

5 lines
139 B
CMake
Raw Normal View History

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