diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2019-02-21 18:39:30 +0000 |
---|---|---|
committer | Sara Golemon <sara.golemon@mongodb.com> | 2019-02-22 19:07:37 +0000 |
commit | f78470edc935205c9d5b5c5253ff210d6f4471d3 (patch) | |
tree | bfbe14086c773b62dcbaad7d2c156b93edc7a486 /src/mongo/tools/SConscript | |
parent | bd5bd0eff3fc852d55760ebb4c7ac62e394e8ce6 (diff) | |
download | mongo-f78470edc935205c9d5b5c5253ff210d6f4471d3.tar.gz |
SERVER-39724 Migrate embedded options to IDL
Diffstat (limited to 'src/mongo/tools/SConscript')
-rw-r--r-- | src/mongo/tools/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript index e27673dd9b4..5daad550c6b 100644 --- a/src/mongo/tools/SConscript +++ b/src/mongo/tools/SConscript @@ -40,6 +40,7 @@ mongoebench = yamlEnv.Program( 'mongoebench_main.cpp', 'mongoebench_options.cpp', 'mongoebench_options_init.cpp', + env.Idlc('mongoebench_options.idl')[0], ], LIBDEPS=[ '$BUILD_DIR/mongo/db/dbdirectclient', |