On Tue, Nov 16, 2010 at 10:45 AM, Dan Dennedy <d...@dennedy.org> wrote:
>
>> CMakeLists.txt to display them.)
>> -ansi is not used (at least git grep did not find it); how could I
>> switch to C99?
>
> not sure. Thus far, I am not finding cmake transparent or at-all obvious.

http://www.cmake.org/pipermail/cmake/2006-April/008788.html

But you might need to do something a little more than his example to
preserve CFLAGS from the environment (e.g., I might have some
dependencies in $HOME/include, thus I set CFLAGS="-I$HOME/include").
Beware: I read the usage of add_definitions() will pollute the
CXXFLAGS, and g++ does not like --std=gnu89 or --std=c99.

-- 
+-DRD-+

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to