sapling/eden/fs/config/TARGETS
Andrew Gallagher bd862c50e5 codemod: fixup more build targets in TARGETS
Summary:
Ran script from:
differential/diff/21475830/

Reviewed By: Gownta

Differential Revision: D4419263

fbshipit-source-id: 7631ea2c2cb3b6e27756ecc9da9e492b2a3b2dab
2017-01-14 01:44:01 -08:00

11 lines
179 B
Plaintext

cpp_library(
name = 'config',
srcs = glob(['*.cpp']),
headers = glob(['*.h']),
deps = [
'@/eden/fs/model:model',
'@/eden/utils:utils',
'@/folly:folly',
],
)