- Support building on FreeBSD

- Generate OpenMeshConfig.cmake

Thanks to Thibault Payet for the patch
This commit is contained in:
Jan Möbius
2019-04-09 07:45:54 +02:00
parent 6d2b8b8b80
commit 6302f46f65
6 changed files with 171 additions and 122 deletions

View File

@@ -21,7 +21,7 @@
#endif
#elif defined __APPLE__
#elif defined __APPLE__ || defined(__FreeBSD__)
#include <unistd.h>
#else
#include <getopt.h>