@@ -323,63 +323,16 @@ target_link_libraries(datepp ${lnav_LIBS})
323323
324324add_library (
325325 cppscnlib STATIC
326- third-party/scnlib/src/reader_float.cpp
327- third-party/scnlib/src/reader_int.cpp
328- third-party/scnlib/src/locale.cpp
329- third-party/scnlib/src/file.cpp
330- third-party/scnlib/src/vscan.cpp
331-
332- third-party/scnlib/include /scn/reader/reader.h
333- third-party/scnlib/include /scn/reader/float.h
334- third-party/scnlib/include /scn/reader/types.h
335- third-party/scnlib/include /scn/reader/int.h
336- third-party/scnlib/include /scn/reader/common.h
337- third-party/scnlib/include /scn/reader/string .h
338- third-party/scnlib/include /scn/ranges/custom_impl.h
339- third-party/scnlib/include /scn/ranges/std_impl.h
340- third-party/scnlib/include /scn/ranges/ranges.h
341- third-party/scnlib/include /scn/ranges/util.h
326+ third-party/scnlib/src/scn/impl.cpp
327+ third-party/scnlib/src/scn/impl.h
328+
342329 third-party/scnlib/include /scn/fwd.h
343- third-party/scnlib/include /scn/util/algorithm.h
344- third-party/scnlib/include /scn/util/small_vector.h
345- third-party/scnlib/include /scn/util/optional .h
346- third-party/scnlib/include /scn/util/expected.h
347- third-party/scnlib/include /scn/util/array.h
348- third-party/scnlib/include /scn/util/unique_ptr.h
349- third-party/scnlib/include /scn/util/math.h
350- third-party/scnlib/include /scn/util/memory.h
351- third-party/scnlib/include /scn/util/span.h
352- third-party/scnlib/include /scn/util/meta.h
353- third-party/scnlib/include /scn/util/string_view.h
354- third-party/scnlib/include /scn/unicode/unicode.h
355- third-party/scnlib/include /scn/unicode/common.h
356- third-party/scnlib/include /scn/unicode/utf16.h
357- third-party/scnlib/include /scn/unicode/utf8.h
358- third-party/scnlib/include /scn/all .h
359- third-party/scnlib/include /scn/tuple_return/tuple_return.h
360- third-party/scnlib/include /scn/tuple_return/util.h
361- third-party/scnlib/include /scn/scan/ignore .h
362- third-party/scnlib/include /scn/scan/getline.h
363- third-party/scnlib/include /scn/scan/list.h
364- third-party/scnlib/include /scn/scan/common.h
365- third-party/scnlib/include /scn/scan/istream.h
366- third-party/scnlib/include /scn/scan/vscan.h
367- third-party/scnlib/include /scn/scan/scan.h
368- third-party/scnlib/include /scn/tuple_return.h
369- third-party/scnlib/include /scn/detail/error.h
370- third-party/scnlib/include /scn/detail/fwd.h
371- third-party/scnlib/include /scn/detail/range.h
372- third-party/scnlib/include /scn/detail/locale.h
373- third-party/scnlib/include /scn/detail/config.h
374- third-party/scnlib/include /scn/detail/file.h
375- third-party/scnlib/include /scn/detail/context.h
376- third-party/scnlib/include /scn/detail/result.h
377- third-party/scnlib/include /scn/detail/visitor.h
378- third-party/scnlib/include /scn/detail/args.h
379- third-party/scnlib/include /scn/detail/parse_context.h
380- third-party/scnlib/include /scn/detail/vectored.h
381- third-party/scnlib/include /scn/scn.h
330+ third-party/scnlib/include /scn/ranges.h
331+ third-party/scnlib/include /scn/xchar.h
332+ third-party/scnlib/include /scn/chrono.h
333+ third-party/scnlib/include /scn/regex .h
382334 third-party/scnlib/include /scn/istream.h
335+ third-party/scnlib/include /scn/scan.h
383336)
384337target_include_directories (cppscnlib PRIVATE third-party/scnlib/src/deps/fast_float/single_include)
385338target_include_directories (cppscnlib PUBLIC third-party/scnlib/include )
0 commit comments