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
add_library(lbug_planner_extend
        OBJECT
        base_logical_extend.cpp
        logical_extend.cpp
        logical_recursive_extend.cpp)

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