mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
9 lines
324 B
CMake
9 lines
324 B
CMake
#include <RDGeneral/versions.h>
|
|
|
|
const char * RDKit::rdkitVersion = "@RDKit_RELEASENAME@";
|
|
|
|
// The Boost version as detected at build time.
|
|
// CMake's Boost_LIB_VERSION is defined by the FindBoost.cmake module
|
|
// to be the same as the value from <boost/version.hpp>
|
|
const char * RDKit::boostVersion = "@Boost_LIB_VERSION@";
|