sapling/eden/scm/lib/CMakeLists.txt
Xavier Deguillard 5af4e00fb4 revisionstore: remove c_api
Summary: It was once used by EdenFS, but is now dead code, no need to keep it around.

Reviewed By: singhsrb

Differential Revision: D22784582

fbshipit-source-id: d01cf5a99a010530166cabb0de55a5ea3c51c9c7
2020-07-27 23:24:03 -07:00

10 lines
281 B
CMake

# Copyright (c) Facebook, Inc. and its affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
add_subdirectory(backingstore)
add_subdirectory(cdatapack)
add_subdirectory(clib)
add_subdirectory(configparser)