mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
break oss build dependency on fboss/common/
Summary: All of the requisite headers are now open sourced and eden has been converted to use them. This removes any logic that references this directory and kills the now unused cmake file. Reviewed By: chadaustin Differential Revision: D16994732 fbshipit-source-id: 573b8b50540ee64590682be2a54aa94659f12368
This commit is contained in:
parent
850ab27d4d
commit
badd2c8f26
@ -19,7 +19,6 @@ pcre
|
||||
|
||||
[shipit.pathmap]
|
||||
fbcode/watchman = .
|
||||
fbcode/fboss/common = common
|
||||
fbcode/eden/fs = eden/fs
|
||||
|
||||
[shipit.strip]
|
||||
|
@ -1,36 +0,0 @@
|
||||
add_thrift_cpp2_library(
|
||||
fb303_thrift_cpp
|
||||
fb303/if/fb303.thrift
|
||||
SERVICES
|
||||
FacebookService
|
||||
)
|
||||
|
||||
add_library(
|
||||
common_stats STATIC
|
||||
stats/ServiceData.cpp
|
||||
)
|
||||
set_property(
|
||||
TARGET common_stats
|
||||
PROPERTY PUBLIC_HEADER
|
||||
stats/ExportedHistogramMap.h
|
||||
stats/ExportedHistogramMapImpl.h
|
||||
stats/ExportedStatMap.h
|
||||
stats/ExportedStatMapImpl.h
|
||||
stats/ExportType.h
|
||||
stats/DynamicCounters.h
|
||||
stats/MonotonicCounter.h
|
||||
stats/ServiceData.h
|
||||
stats/ThreadCachedServiceData.h
|
||||
stats/ThreadLocalStats.h
|
||||
)
|
||||
target_include_directories(
|
||||
common_stats
|
||||
PUBLIC
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
)
|
||||
target_link_libraries(
|
||||
common_stats
|
||||
PUBLIC
|
||||
Folly::folly
|
||||
)
|
Loading…
Reference in New Issue
Block a user