unittest
packaging
cmake-2x
cmake-2x/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:
cmake-2x/extra_lib.cpp:4
version.hpp
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:26