unittest
packaging
pkgconfig
pkgconfig/extra_lib.cpp
Go to the documentation of this file.
1
2
#include <
eigenpy/version.hpp
>
3
4
int
main
(
int
/*argc*/
,
char
**
/*argv*/
) {
5
eigenpy::checkVersionAtLeast
(0, 0, 0);
6
return
0;
7
}
eigenpy::checkVersionAtLeast
bool EIGENPY_DLLAPI checkVersionAtLeast(unsigned int major_version, unsigned int minor_version, unsigned int patch_version)
Checks if the current version of EigenPy is at least the version provided by the input arguments.
Definition:
version.cpp:27
main
int main(int, char **)
Definition:
pkgconfig/extra_lib.cpp:4
version.hpp
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Nov 2 2024 02:14:45