Difference between revisions of "Talk:OpenCV/Basics/Scalar"

From ProgrammingExamples
Jump to: navigation, search
(Created page with 'consider using ${OpenCV_LIBS} instead of individually listing all of the libraries.')
 
Line 1: Line 1:
 
consider using ${OpenCV_LIBS} instead of individually listing all of the libraries.
 
consider using ${OpenCV_LIBS} instead of individually listing all of the libraries.
 +
 +
* Good idea. However, that is good for people using CMake, but not so good for people manually linking. I think I'll go with it anyway - maybe it will encourage more use of CMake :)  [[User:Daviddoria|Daviddoria]] 20:28, 21 January 2011 (UTC)

Revision as of 16:28, 21 January 2011

consider using ${OpenCV_LIBS} instead of individually listing all of the libraries.

  • Good idea. However, that is good for people using CMake, but not so good for people manually linking. I think I'll go with it anyway - maybe it will encourage more use of CMake :) Daviddoria 20:28, 21 January 2011 (UTC)