-
Notifications
You must be signed in to change notification settings - Fork 139
/
single_include.json
27 lines (27 loc) · 1022 Bytes
/
single_include.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"project": "Table Maker for Modern C++",
"target": "single_include/tabulate/tabulate.hpp",
"sources": [
"include/tabulate/variant_lite.hpp",
"include/tabulate/optional_lite.hpp",
"include/tabulate/string_view_lite.hpp",
"include/tabulate/termcolor.hpp",
"include/tabulate/utf8.hpp",
"include/tabulate/color.hpp",
"include/tabulate/font_align.hpp",
"include/tabulate/font_style.hpp",
"include/tabulate/cell.hpp",
"include/tabulate/row.hpp",
"include/tabulate/column_format.hpp",
"include/tabulate/column.hpp",
"include/tabulate/printer.hpp",
"include/tabulate/table_internal.hpp",
"include/tabulate/table.hpp",
"include/tabulate/exporter.hpp",
"include/tabulate/markdown_exporter.hpp",
"include/tabulate/latex_exporter.hpp",
"include/tabulate/asciidoc_exporter.hpp",
"include/tabulate/tabulate.hpp"
],
"include_paths": ["include"]
}