Cleanup root directory
This commit is contained in:
61
src/LibraryVersions.h.cmake
Normal file
61
src/LibraryVersions.h.cmake
Normal file
@@ -0,0 +1,61 @@
|
||||
#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 char * fcCoin3dVersion = "${COIN3D_VERSION}";
|
||||
|
||||
// Eigen3
|
||||
constexpr char * fcEigen3Version = "${EIGEN3_VERSION}";
|
||||
|
||||
// FreeType
|
||||
constexpr char * fcFreetypeVersion = "${FREETYPE_VERSION_STRING}";
|
||||
|
||||
// pcl
|
||||
constexpr char * fcPclVersion = "${PCL_VERSION}";
|
||||
|
||||
// PyCXX
|
||||
constexpr char * fcPycxxVersion = "${PYCXX_VERSION}";
|
||||
|
||||
// PySide
|
||||
constexpr char * fcPysideVersion = "${PySide2_VERSION}";
|
||||
|
||||
// PyBind
|
||||
constexpr char * fcPybind11Version = "${pybind11_VERSION}";
|
||||
|
||||
// Shiboken
|
||||
constexpr char * fcShibokenVersion = "${Shiboken2_VERSION}";
|
||||
|
||||
// vtk
|
||||
constexpr char * fcVtkVersion = "${VTK_VERSION}";
|
||||
|
||||
// Xerces-C
|
||||
constexpr char * fcXercescVersion = "${XercesC_VERSION}";
|
||||
|
||||
// Pivy
|
||||
constexpr char * fcPivyVersion = "${PIVY_VERSION}";
|
||||
|
||||
|
||||
#endif // LIBRARY_VERSIONS_H
|
||||
14
src/SMESH_Version.h.cmake
Normal file
14
src/SMESH_Version.h.cmake
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SMESH_VERSION_H
|
||||
#define SMESH_VERSION_H
|
||||
|
||||
/* SMESH_Version.h. Generated from SMESH_Version.h.cmake by cmake. */
|
||||
|
||||
// SMESH version
|
||||
#define SMESH_VERSION_MAJOR ${SMESH_VERSION_MAJOR}
|
||||
#define SMESH_VERSION_MINOR ${SMESH_VERSION_MINOR}
|
||||
#define SMESH_VERSION_PATCH ${SMESH_VERSION_PATCH}
|
||||
#define SMESH_VERSION_TWEAK ${SMESH_VERSION_TWEAK}
|
||||
|
||||
#define SMESH_VERSION_STR "${SMESH_VERSION_MAJOR}.${SMESH_VERSION_MINOR}.${SMESH_VERSION_PATCH}.${SMESH_VERSION_TWEAK}"
|
||||
|
||||
#endif // SMESH_VERSION_H
|
||||
148
src/config.h.cmake
Normal file
148
src/config.h.cmake
Normal file
@@ -0,0 +1,148 @@
|
||||
/* config.h. Generated from config.h.cmake by cmake. */
|
||||
|
||||
/* Define to 1 if you have the <bits/sigset.h> header file. */
|
||||
#cmakedefine HAVE_BITS_SIGSET_H
|
||||
|
||||
/* Define to 1 if you have the <bstring.h> header file. */
|
||||
#cmakedefine HAVE_BSTRING_H
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#cmakedefine HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the <float.h> header file. */
|
||||
#cmakedefine HAVE_FLOAT_H
|
||||
|
||||
/* Define to 1 if you have the <fstream> header file. */
|
||||
#cmakedefine HAVE_FSTREAM
|
||||
|
||||
/* Define to use GetEnvironmentVariable() instead of getenv() */
|
||||
#cmakedefine HAVE_GETENVIRONMENTVARIABLE
|
||||
|
||||
/* define if the GL header should be included as GL/gl.h */
|
||||
#cmakedefine HAVE_GL_GL_H
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#cmakedefine HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the <iomanip> header file. */
|
||||
#cmakedefine HAVE_IOMANIP
|
||||
|
||||
/* Define to 1 if you have the <iomanip.h> header file. */
|
||||
#cmakedefine HAVE_IOMANIP_H
|
||||
|
||||
/* Define to 1 if you have the <ios> header file. */
|
||||
#cmakedefine HAVE_IOS
|
||||
|
||||
/* Define to 1 if you have the <iostream> header file. */
|
||||
#cmakedefine HAVE_IOSTREAM
|
||||
|
||||
/* Define to 1 if you have the <istream> header file. */
|
||||
#cmakedefine HAVE_ISTREAM
|
||||
|
||||
/* Define to 1 if you have the <libc.h> header file. */
|
||||
#cmakedefine HAVE_LIBC_H
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#cmakedefine HAVE_LIMITS_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#cmakedefine HAVE_MEMORY_H
|
||||
|
||||
/* define if the compiler implements namespaces */
|
||||
#cmakedefine HAVE_NAMESPACES
|
||||
|
||||
/* Define to 1 if you have the <ostream> header file. */
|
||||
#cmakedefine HAVE_OSTREAM
|
||||
|
||||
/* Define this to 1 if operator==(QGLFormat&, QGLFormat&) is available */
|
||||
#cmakedefine HAVE_QGLFORMAT_EQ_OP
|
||||
|
||||
/* Define this to 1 if QGLFormat::setOverlay() is available */
|
||||
#cmakedefine HAVE_QGLFORMAT_SETOVERLAY
|
||||
|
||||
/* Define this to 1 if QGLWidget::setAutoBufferSwap() is available */
|
||||
#cmakedefine HAVE_QGLWIDGET_SETAUTOBUFFERSWAP
|
||||
|
||||
/* Define this if Qt::Keypad is available */
|
||||
#cmakedefine HAVE_QT_KEYPAD_DEFINE
|
||||
|
||||
/* Define this if QWidget::showFullScreen() is available */
|
||||
#cmakedefine HAVE_QWIDGET_SHOWFULLSCREEN
|
||||
|
||||
/* Define to 1 if you have the <siginfo.h> header file. */
|
||||
#cmakedefine HAVE_SIGINFO_H
|
||||
|
||||
/* Define to 1 if you have the <sstream> header file. */
|
||||
#cmakedefine HAVE_SSTREAM
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#cmakedefine HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#cmakedefine HAVE_STDLIB_H
|
||||
|
||||
/* define if the compiler has std compliant iostream library */
|
||||
#cmakedefine HAVE_STD_IOSTREAM
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#cmakedefine HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#cmakedefine HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/dir.h> header file. */
|
||||
#cmakedefine HAVE_SYS_DIR_H
|
||||
|
||||
/* Define to 1 if you have the <sys/filio.h> header file. */
|
||||
#cmakedefine HAVE_SYS_FILIO_H
|
||||
|
||||
/* Define to 1 if you have the <sys/mman.h> header file. */
|
||||
#cmakedefine HAVE_SYS_MMAN_H
|
||||
|
||||
/* Define to 1 if you have the <sys/select.h> header file. */
|
||||
#cmakedefine HAVE_SYS_SELECT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#cmakedefine HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#cmakedefine HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#cmakedefine HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the <values.h> header file. */
|
||||
#cmakedefine HAVE_VALUES_H
|
||||
|
||||
/* Define to 1 if you have a C runtime with backtrace symbols. */
|
||||
#cmakedefine HAVE_BACKTRACE_SYMBOLS
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "FreeCAD"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "wmayer@users.sourceforge.net"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "FreeCAD"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "${PACKAGE_STRING}"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "FreeCAD"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "${PACKAGE_VERSION}"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#cmakedefine STDC_HEADERS
|
||||
|
||||
/* Define to 1 to build zipios++ sources with iostream. */
|
||||
#cmakedefine USE_STD_IOSTREAM
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "${PACKAGE_VERSION}"
|
||||
|
||||
/* Define to 1 if the X Window System is missing or not being used. */
|
||||
/* #cmakedefine X_DISPLAY_MISSING */
|
||||
Reference in New Issue
Block a user