summaryrefslogtreecommitdiff
path: root/src/mongo/tools/SConscript
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2019-02-21 18:39:30 +0000
committerSara Golemon <sara.golemon@mongodb.com>2019-02-22 19:07:37 +0000
commitf78470edc935205c9d5b5c5253ff210d6f4471d3 (patch)
treebfbe14086c773b62dcbaad7d2c156b93edc7a486 /src/mongo/tools/SConscript
parentbd5bd0eff3fc852d55760ebb4c7ac62e394e8ce6 (diff)
downloadmongo-f78470edc935205c9d5b5c5253ff210d6f4471d3.tar.gz
SERVER-39724 Migrate embedded options to IDL
Diffstat (limited to 'src/mongo/tools/SConscript')
-rw-r--r--src/mongo/tools/SConscript1
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',