File tree Expand file tree Collapse file tree 5 files changed +488
-0
lines changed Expand file tree Collapse file tree 5 files changed +488
-0
lines changed Original file line number Diff line number Diff line change 2424[example_use_allocator]
2525[endsect]
2626
27+ [section CBOR]
28+ [example_cbor]
29+ [endsect]
30+
2731[endsect]
2832
Original file line number Diff line number Diff line change 122122[import ../../example/pretty.cpp]
123123[import ../../example/validate.cpp]
124124[import ../../example/use_allocator.cpp]
125+ [import ../../example/cbor.cpp]
125126[import ../../include/boost/json/impl/serialize.ipp]
126127[import ../../test/doc_background.cpp]
127128[import ../../test/doc_parsing.cpp]
Original file line number Diff line number Diff line change @@ -80,3 +80,11 @@ add_executable(use_allocator
8080)
8181set_property (TARGET use_allocator PROPERTY FOLDER "example" )
8282target_link_libraries (use_allocator PRIVATE Boost::json)
83+
84+ #
85+
86+ add_executable (cbor
87+ cbor.cpp
88+ )
89+ set_property (TARGET cbor PROPERTY FOLDER "example" )
90+ target_link_libraries (cbor PRIVATE Boost::json)
Original file line number Diff line number Diff line change @@ -24,3 +24,5 @@ exe proxy : proxy.cpp ;
2424exe validate : validate.cpp ;
2525
2626exe use_allocator : use_allocator.cpp ;
27+
28+ exe cbor : cbor.cpp ;
You can’t perform that action at this time.
0 commit comments