Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 5051d2a

Browse files
committed
WIP add headers to the install target
1 parent da71c62 commit 5051d2a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

opencensus/stats/CMakeLists.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
opencensus_lib(stats PUBLIC DEPS stats_core stats_recording)
15+
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)
1625

1726
opencensus_lib(stats_test_utils
1827
PUBLIC
28+
HDRS
29+
testing/test_utils.h
1930
SRCS
2031
testing/test_utils.cc
2132
DEPS

0 commit comments

Comments
 (0)