Include 'config.h' when installing header files
This commit is contained in:
parent
38f6ebd76b
commit
ffb4093bf2
1 changed files with 4 additions and 0 deletions
|
|
@ -823,6 +823,10 @@ for header in mglob(env, 'Cantera/clib/src', 'h'):
|
|||
inst = env.Install(pjoin('$inst_incdir','clib'), header)
|
||||
installTargets.extend(inst)
|
||||
|
||||
inst = env.Install(pjoin('$inst_incdir', 'kernel'), config_h)
|
||||
installTargets.extend(inst)
|
||||
|
||||
|
||||
### List of libraries needed to link to Cantera ###
|
||||
linkLibs = ['oneD','zeroD','equil','kinetics','transport',
|
||||
'thermo','ctnumerics','ctmath','tpx',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue