mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
added opencv directories
This commit is contained in:
parent
cdc539e05a
commit
3cf0cd1fb2
@ -86,6 +86,11 @@
|
|||||||
#else
|
#else
|
||||||
#print - Did not find DirectX
|
#print - Did not find DirectX
|
||||||
#endif
|
#endif
|
||||||
|
#if $[HAVE_CV]
|
||||||
|
#print + OpenCV
|
||||||
|
#else
|
||||||
|
#print - Did not find OpenCV
|
||||||
|
#endif
|
||||||
#if $[HAVE_MAYA]
|
#if $[HAVE_MAYA]
|
||||||
#print + OpenMaya
|
#print + OpenMaya
|
||||||
#else
|
#else
|
||||||
@ -176,6 +181,10 @@ $[cdefine HAVE_ZLIB]
|
|||||||
/* Define if we have OpenGL installed and want to build for GL. */
|
/* Define if we have OpenGL installed and want to build for GL. */
|
||||||
$[cdefine HAVE_GL]
|
$[cdefine HAVE_GL]
|
||||||
|
|
||||||
|
/* Define if we have OpenCV installed and want to build for OpenCV. */
|
||||||
|
$[cdefine HAVE_CV]
|
||||||
|
|
||||||
|
|
||||||
/* Define if we have Mesa installed and want to build mesadisplay. */
|
/* Define if we have Mesa installed and want to build mesadisplay. */
|
||||||
$[cdefine HAVE_MESA]
|
$[cdefine HAVE_MESA]
|
||||||
$[cdefine MESA_MGL]
|
$[cdefine MESA_MGL]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user