mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
use Unix-style paths for OpenCV, per convention
This commit is contained in:
parent
b0d2924a1f
commit
1686ae3ff9
@ -510,10 +510,10 @@
|
||||
#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
|
||||
// Is OpenCV installed, and where?
|
||||
#define CV_IPATH /usr/local/include/opencv
|
||||
#define CV_LPATH /usr/local/lib
|
||||
#define CV_LIBS $[if $[WINDOWS_PLATFORM],cv.lib highgui.lib cxcore.lib,cv highgui cxcore]
|
||||
#defer HAVE_CV $[libtest $[CV_LPATH],$[CV_LIBS]]
|
||||
|
||||
// Do you want to build the DirectD tools for starting Panda clients
|
||||
|
Loading…
x
Reference in New Issue
Block a user