File size: 1,635 Bytes
985c397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// SPDX-License-Identifier: LGPL-2.1-or-later

#ifndef LIBRARY_VERSIONS_H
#define LIBRARY_VERSIONS_H

/* LibraryVersions.h.  Generated from LibraryVersions.h.cmake by cmake.  */

#cmakedefine HAVE_OCC_VERSION

#if defined(HAVE_OCC_VERSION)
#  include <${OCC_INCLUDE_DIR}/Standard_Version.hxx>
#endif

#cmakedefine BUILD_SMESH

#if defined(BUILD_SMESH)
#  include <SMESH_Version.h>
#endif


/* No need for Boost (version info is always included in the source) */
/* No need for Python (version info is always included in the source) */
/* No need for Qt (version info is always included in the source) */
/* No need for SMESH (version info is always included in the source) */
/* No need for zlib (version info is always included in the source) */

// No CMake version info for libarea, Zipios, or KDL

// Coin3D
constexpr const char * fcCoin3dVersion = "${COIN3D_VERSION}";

// Eigen3
constexpr const char * fcEigen3Version = "${EIGEN3_VERSION}";

// FreeType
constexpr const char * fcFreetypeVersion = "${FREETYPE_VERSION_STRING}";

// pcl
constexpr const char * fcPclVersion = "${PCL_VERSION}";

// PyCXX
constexpr const char * fcPycxxVersion = "${PYCXX_VERSION}";

// PySide
constexpr const char * fcPysideVersion = "${PySide_VERSION}";

// PyBind
constexpr const char * fcPybind11Version = "${pybind11_VERSION}";

// Shiboken
constexpr const char * fcShibokenVersion = "${Shiboken_VERSION}";

// vtk
constexpr const char * fcVtkVersion = "${VTK_VERSION}";

// Xerces-C
constexpr const char * fcXercescVersion = "${XercesC_VERSION}";

// Pivy
constexpr const char * fcPivyVersion = "${PIVY_VERSION}";


#endif // LIBRARY_VERSIONS_H