sapling/eden/fs/config
Adam Simpkins 930a743673 fix some library dependencies in CMakeLists.txt files
Summary:
This fixes a few issues with the library dependencies:
- The `eden_utils` library depends on `eden_service_thrift`, not
  `eden_service`.  By incorrectly depending on `eden_service` this introduced
  a circular dependency which would cause a build failure, depending on which
  order CMake chose to try and emit the link line.
- The `eden_config` library depends on code from `eden_model` (for `Hash` and
  `ParentCommits`)
- The `eden_inodes` library depends on `eden_model_git` for the `GitIgnore`
  logic.  I also alphabetized the dependency list.

Reviewed By: wez

Differential Revision: D17124930

fbshipit-source-id: 70cbe81081fc1dc807cca13a93edc25ba270b01f
2019-08-29 22:28:32 -07:00
..
test update license headers in C++ files 2019-06-19 17:02:45 -07:00
CachedParsedFileMonitor.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
CheckoutConfig.cpp update license headers in C++ files 2019-06-19 17:02:45 -07:00
CheckoutConfig.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
CMakeLists.txt fix some library dependencies in CMakeLists.txt files 2019-08-29 22:28:32 -07:00
ConfigSetting.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
eden_config.thrift update license headers in thrift files 2019-06-19 17:02:46 -07:00
EdenConfig.cpp Check if the fd is valid before calling close 2019-06-21 17:05:07 -07:00
EdenConfig.h eden: thread configuration through to fuse timeout handling 2019-08-28 09:41:54 -07:00
FieldConverter.cpp update license headers in C++ files 2019-06-19 17:02:45 -07:00
FieldConverter.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
FileChangeMonitor.cpp update license headers in C++ files 2019-06-19 17:02:45 -07:00
FileChangeMonitor.h update license headers in C++ files 2019-06-19 17:02:45 -07:00
ReloadableConfig.cpp update license headers in C++ files 2019-06-19 17:02:45 -07:00
ReloadableConfig.h update license headers in C++ files 2019-06-19 17:02:45 -07:00