WIP: Install gtc and hlp files
This commit is contained in:
parent
ffb3604121
commit
b5882ec541
|
@ -265,8 +265,8 @@ foreach(mpt ${mpt_files})
|
||||||
install(FILES "${GTM_SOURCE_DIR}/sr_port/${mpt}" DESTINATION . RENAME ${mpt_out})
|
install(FILES "${GTM_SOURCE_DIR}/sr_port/${mpt}" DESTINATION . RENAME ${mpt_out})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
set(hdrs)
|
set(files)
|
||||||
foreach(h
|
foreach(f
|
||||||
gtm_stdio.h
|
gtm_stdio.h
|
||||||
gtmxc_types.h
|
gtmxc_types.h
|
||||||
gtm_stdlib.h
|
gtm_stdlib.h
|
||||||
|
@ -274,11 +274,28 @@ foreach(h
|
||||||
gtm_strings.h
|
gtm_strings.h
|
||||||
gtm_limits.h
|
gtm_limits.h
|
||||||
main_pragma.h
|
main_pragma.h
|
||||||
|
arch.gtc
|
||||||
|
gtcm_run.gtc
|
||||||
|
gtcm_slist.gtc
|
||||||
|
configure.gtc
|
||||||
|
gdedefaults.gtc
|
||||||
|
gtmbase.gtc
|
||||||
|
gtmcshrc.gtc
|
||||||
|
gtm.gtc
|
||||||
|
gtmprofile.gtc
|
||||||
|
gtmprofile_preV54000.gtc
|
||||||
|
gtmstart.gtc
|
||||||
|
gtmstop.gtc
|
||||||
|
dse.hlp
|
||||||
|
gde.hlp
|
||||||
|
lke.hlp
|
||||||
|
mumps.hlp
|
||||||
|
mupip.hlp
|
||||||
)
|
)
|
||||||
find_source(hdr ${h})
|
find_source(src ${f})
|
||||||
list(APPEND hdrs ${hdr})
|
list(APPEND files ${src})
|
||||||
endforeach()
|
endforeach()
|
||||||
install(FILES ${hdrs} DESTINATION .)
|
install(FILES ${files} DESTINATION .)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue