We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71c62 commit 5051d2aCopy full SHA for 5051d2a
1 file changed
opencensus/stats/CMakeLists.txt
@@ -12,10 +12,21 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-opencensus_lib(stats PUBLIC DEPS stats_core stats_recording)
+opencensus_lib(stats
16
+ PUBLIC
17
+ HDRS
18
+ internal/aggregation_window.h
19
+ internal/set_aggregation_window.h
20
+ stats.h
21
+ stats_exporter.h
22
+ DEPS
23
+ stats_core
24
+ stats_recording)
25
26
opencensus_lib(stats_test_utils
27
PUBLIC
28
29
+ testing/test_utils.h
30
SRCS
31
testing/test_utils.cc
32
DEPS
0 commit comments