0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00

SERVER-29110 Include IDL compiler output in the generated sources alias

This commit is contained in:
Andrew Morrow 2017-05-16 15:14:27 -04:00
parent c7b0794c64
commit d920bb9d9d

View File

@ -32,6 +32,8 @@ def idlc_emitter(target, source, env):
target_source = base_file_name + "_gen.cpp"
target_header = base_file_name + "_gen.h"
env.Alias('generated-sources', [target_source, target_header])
return [target_source, target_header], source