monero/external/db_drivers/liblmdb
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db <-> crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
2016-09-18 02:56:26 -04:00
..
.gitignore
CHANGES
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
COPYRIGHT
Doxyfile
intro.doc
LICENSE
lmdb.h Resync with master 2016-02-16 23:38:04 +00:00
Makefile
mdb_copy.1
mdb_copy.c
mdb_dump.1
mdb_dump.c
mdb_load.1
mdb_load.c
mdb_stat.1
mdb_stat.c
mdb.c More for Issue #855 2016-08-11 21:04:36 +01:00
midl.c MDB_VL32 Fix off-by-one in mdb_midl_shrink 2016-01-28 04:15:45 +00:00
midl.h Fix Issue #855 2016-06-07 23:38:47 +01:00
mtest2.c
mtest3.c
mtest4.c
mtest5.c
mtest6.c
mtest.c
sample-bdb.txt
sample-mdb.txt
tooltag