lbug 0.15.4

An in-process property graph database management system built for query speed and scalability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_library(lbug_catalog_entry
        OBJECT
        catalog_entry.cpp
        catalog_entry_type.cpp
        function_catalog_entry.cpp
        graph_catalog_entry.cpp
        table_catalog_entry.cpp
        node_table_catalog_entry.cpp
        node_table_id_pair.cpp
        rel_group_catalog_entry.cpp
        scalar_macro_catalog_entry.cpp
        type_catalog_entry.cpp
        sequence_catalog_entry.cpp
        index_catalog_entry.cpp)

set(ALL_OBJECT_FILES
        ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:lbug_catalog_entry>
        PARENT_SCOPE)