Giter Club home page Giter Club logo

findberkeleydb's Introduction

FindBerkeleyDB.cmake

Build Status

This provides a Cmake find_packge module for Berkeley DB.

Tested on v5 & v6 of Berkeley DB.

Usage

An Oracle::BerkeleyDB IMPORTED 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 file
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/FindBerkeleyDB")
# Link to the IMPORTED library to get the includes and libs
target_link_libraries(yourexeorlib PRIVATE Oracle::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

Variable Provides
BerkeleyDB_VERSION The full version (major.minor.patch)
BerkeleyDB_VERSION_MAJOR Just the major version
BerkeleyDB_VERSION_MINOR Just the minor version
BerkeleyDB_VERSION_PATCH Just the patch version (with NC if non-crypto)
BerkeleyDB_INCLUDE_DIRS The path to the header file directory
BerkeleyDB_LIBRARIES A list of the paths to all found libraries
BerkeleyDB_LIBRARY The path to the db library, or -NOTFOUND
BerkeleyDB_Cxx_LIBRARY The path to the db_cxx library, or -NOTFOUND
BerkeleyDB_Stl_LIBRARY The path to the db_stl library, or -NOTFOUND
BerkeleyDB_Sql_LIBRARY The path to the db_sql library, or -NOTFOUND

findberkeleydb's People

Contributors

sum01 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.