Difference between revisions of "Talk:OpenCV/Basics/Scalar"
From ProgrammingExamples
(Created page with 'consider using ${OpenCV_LIBS} instead of individually listing all of the libraries.') |
Daviddoria (Talk | contribs) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| 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) | ||
Latest revision as of 21:39, 8 February 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)