mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
added opencv paths
This commit is contained in:
parent
fc013d9824
commit
cdc539e05a
@ -510,6 +510,12 @@
|
||||
#define DX_LIBS d3d8.lib d3dx8.lib dxerr8.lib
|
||||
#defer HAVE_DX $[libtest $[DX_LPATH],$[DX_LIBS]]
|
||||
|
||||
// Is CV available, and should we try to build with it?
|
||||
#define CV_IPATH $[WINTOOLS]/sdk/cv/include
|
||||
#define CV_LPATH $[WINTOOLS]/sdk/cv/lib
|
||||
#define CV_LIBS cv.lib highgui.lib cxcore.lib
|
||||
#defer HAVE_CV $[libtest $[CV_LPATH],$[CV_LIBS]]
|
||||
|
||||
// Do you want to build the DirectD tools for starting Panda clients
|
||||
// remotely? This only affects the direct tree. Enabling this may
|
||||
// cause libdirect.dll to fail to load on Win98 clients.
|
||||
|
@ -192,6 +192,11 @@
|
||||
#set DX_LIBS $[DX_LIBS]
|
||||
#set HAVE_DX $[HAVE_DX]
|
||||
|
||||
#set CV_IPATH $[unixfilename $[CV_IPATH]]
|
||||
#set CV_LPATH $[unixfilename $[CV_LPATH]]
|
||||
#set CV_LIBS $[CV_LIBS]
|
||||
#set HAVE_CV $[HAVE_CV]
|
||||
|
||||
#set HAVE_THREADS $[HAVE_THREADS]
|
||||
|
||||
#set NET_IPATH $[unixfilename $[NET_IPATH]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user