src/cpp-common: add bt2_common::safeTo*() and bt2_common::safe*()
[deliverable/babeltrace.git] / src / cpp-common / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 noinst_LTLIBRARIES = libcppcommon.la
4
5 libcppcommon_la_SOURCES = \
6 cfg-error-reporting-throw.hpp \
7 cfg-error-reporting.hpp \
8 cfg-logging-error-reporting-throw.hpp \
9 cfg-logging-error-reporting.hpp \
10 cfg-logging.hpp \
11 exc.hpp \
12 log-cfg.hpp \
13 nlohmann/json.hpp \
14 optional.hpp \
15 string_view.hpp \
16 text-loc.hpp text-loc.cpp \
17 text-loc-str.hpp text-loc-str.cpp \
18 uuid-view.hpp \
19 str-scanner.hpp str-scanner.cpp \
20 parse-json.hpp \
21 make-unique.hpp \
22 json-val.hpp json-val.cpp \
23 parse-json-as-val.hpp parse-json-as-val.cpp \
24 bt2-value-from-json-val.hpp bt2-value-from-json-val.cpp \
25 val-req.hpp \
26 json-val-req.hpp \
27 safe-ops.hpp
28
29 EXTRA_DIST = bt2
This page took 0.04975 seconds and 5 git commands to generate.