2012/1/7 Darrell Anderson <humanreadable(a)yahoo.com>
The tdenetwork package has a cmake option
-DWITH_SPEEX.
How do I add the specific location of the speex include files? With
automake I would add this:
--with-extra-includes=/usr/include/speex
What is the equivalent directive in cmake?
Darrell
-DINCLUDE_DIRECTORIES="/usr/include/speex"
Generally later there should be added a check via pkg_config in
ConfigureChecks.cmake. so it would be handled out of the box.