SET( RDB_SRCS
    iteratorcore.cpp
    tablecore.cpp
    tabledata.cpp
)

ADD_LIBRARY( rdb STATIC ${RDB_SRCS} )
