Skip to content

Commit

Permalink
[SCons] Copy missing yaml input to LiC6_electrode sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jan 9, 2020
1 parent 358195e commit d771f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,10 @@ for yaml in mglob(env, "data", "yaml"):
dest = pjoin("build", "data", yaml.name)
build(env.Command(dest, yaml.path, Copy("$TARGET", "$SOURCE")))

for yaml in mglob(env, "samples/cxx/LiC6_electrode", "yaml"):
dest = pjoin("build", yaml.path)
build(env.Command(dest, yaml.path, Copy("$TARGET", "$SOURCE")))

if addInstallActions:
# Put headers in place
headerBase = 'include/cantera'
Expand Down

0 comments on commit d771f83

Please sign in to comment.