summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/SConscript
blob: 60aaa5ef9e03e9312d75d7d3daf759a6d1a63f7c (plain)
1
2
3
4
5
6
7
8
# -*- mode: python -*-

Import("env")

env.StaticLibrary('thread_name',
                  ['thread_name.cpp'],
                  LIBDEPS=['$BUILD_DIR/mongo/base/base',
                           '$BUILD_DIR/third_party/shim_boost'])