ENH: switch to new install commands to match book text

This commit is contained in:
Ken Martin
2007-11-13 11:11:03 -05:00
parent 47c53e867f
commit 58f0cad472
10 changed files with 25 additions and 20 deletions
@@ -22,5 +22,5 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
# add the main library
add_library(MathFunctions mysqrt.cxx)
install_targets (/bin MathFunctions)
install_files (/include FILES MathFunctions.h)
install (TARGETS MathFunctions DESTINATION bin)
install (FILES MathFunctions.h DESTINATION include)