lbug 0.16.1

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_function_struct
        OBJECT
        struct_extract_function.cpp
        struct_pack_function.cpp
        keys_function.cpp)

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