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

Commit

Permalink
WIP add headers to the install target
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored and Mats Taraldsvik committed Dec 11, 2018
1 parent b9e1302 commit 43e5789
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion opencensus/stats/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.

opencensus_lib(stats PUBLIC DEPS stats_core stats_recording)
opencensus_lib(stats
PUBLIC
HDRS
internal/aggregation_window.h
internal/set_aggregation_window.h
stats.h
stats_exporter.h
DEPS
stats_core
stats_recording)

opencensus_lib(stats_test_utils
PUBLIC
HDRS
testing/test_utils.h
SRCS
testing/test_utils.cc
DEPS
Expand Down

0 comments on commit 43e5789

Please sign in to comment.