danicoin/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 Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
CHANGES Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
COPYRIGHT Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
Doxyfile Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
intro.doc Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
LICENSE Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
lmdb.h Resync with master 2016-02-16 23:38:04 +00:00
Makefile Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb.c More for Issue #855 2016-08-11 21:04:36 +01:00
mdb_copy.1 Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_copy.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_dump.1 Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_dump.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_load.1 Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_load.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_stat.1 Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mdb_stat.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00: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
mtest.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mtest2.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mtest3.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mtest4.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mtest5.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
mtest6.c Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
sample-bdb.txt Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
sample-mdb.txt Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00
tooltag Update liblmdb, unify 32/64 sources 2015-12-25 08:56:03 +00:00