Add the GLD files to the install root

The Global Directories for the help databases were missing from the
install. zhelp would not work without these.
This commit is contained in:
Amul Shah 2012-06-20 17:08:42 -04:00
parent 4641966d63
commit 57ef8ebf36
1 changed files with 2 additions and 1 deletions

View File

@ -569,8 +569,9 @@ Halt")
-P ${GTM_SOURCE_DIR}/sr_unix/mumps.cmake
VERBATIM
)
list(APPEND files_to_place ${help}help.dat)
list(APPEND files_to_place ${help}help.dat ${help}help.gld)
install(FILES ${GTM_BINARY_DIR}/${help}help.dat DESTINATION ${GTM_INSTALL_DIR})
install(FILES ${GTM_BINARY_DIR}/${help}help.gld DESTINATION ${GTM_INSTALL_DIR})
endforeach()
#-----------------------------------------------------------------------------