Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

FindBerkeleyDB.cmake

Build Status

This provides a Cmakefind_packge module for Berkeley DB.

Tested on v5 & v6 of Berkeley DB.

Usage

An Oracle::BerkeleyDBIMPORTED library is created for easy linking.

# Make sure to change the path if it doesn't match your project.# This is pointing to the folder FindBerkeleyDB, not the actual Cmake filelist(APPENDCMAKE_MODULE_PATH"${CMAKE_CURRENT_SOURCE_DIR}/FindBerkeleyDB")
# Link to the IMPORTED library to get the includes and libstarget_link_libraries(yourexeorlibPRIVATEOracle::BerkeleyDB)

All libraries are searched for, but as long as one is found the build will pass. It does fail if none are found, so no header-only support.

List of available variables

VariableProvides
BerkeleyDB_VERSIONThe full version (major.minor.patch)
BerkeleyDB_VERSION_MAJORJust the major version
BerkeleyDB_VERSION_MINORJust the minor version
BerkeleyDB_VERSION_PATCHJust the patch version (with NC if non-crypto)
BerkeleyDB_INCLUDE_DIRSThe path to the header file directory
BerkeleyDB_LIBRARIESA list of the paths to all found libraries
BerkeleyDB_LIBRARYThe path to the db library, or -NOTFOUND
BerkeleyDB_Cxx_LIBRARYThe path to the db_cxx library, or -NOTFOUND
BerkeleyDB_Stl_LIBRARYThe path to the db_stl library, or -NOTFOUND
BerkeleyDB_Sql_LIBRARYThe path to the db_sql library, or -NOTFOUND

About

A Cmake find_package() module for BerkeleyDB. Moved to Gitlab

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages