dev/c/cmake_tutorial/step4/MathFunctions/CMakeLists.txt

6 lines
176 B
CMake
Raw Normal View History

2012-05-23 10:42:31 +04:00
add_library (MathFunctions mysqrt.cxx)
# add the install targets and files
install (TARGETS MathFunctions DESTINATION bin)
install (FILES MathFunctions.h DESTINATION include)