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
10
11
12
13
14
add_library(lbug_rs STATIC
    ${CMAKE_CURRENT_SOURCE_DIR}/lbug_rs.cpp
    ${LBUG_RS_BINDINGS_DIR}/sources/lbug/src/lib.rs.cc
)

target_include_directories(lbug_rs
    PRIVATE
        ${CMAKE_CURRENT_SOURCE_DIR}/../include
        ${LBUG_RS_BINDINGS_DIR}/include
        ${LBUG_RS_BINDINGS_DIR}/crate
        ${LBUG_RS_BINDINGS_DIR}/sources
)

target_link_libraries(lbug_rs lbug)