<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/MacroAppendIf.cmake, branch v5.94.0-rc1</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Move the modules, modules-test and systeminfo subdirs into 'attic'</title>
<updated>2011-06-30T21:36:45+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2011-06-30T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d2b2c90a06bf1f4a21df196430d1f95856900410'/>
<id>d2b2c90a06bf1f4a21df196430d1f95856900410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch order of arguments as suggested</title>
<updated>2007-12-17T20:36:30+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2007-12-17T20:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=71c89b66133971a2da8e2b20550b546538018f55'/>
<id>71c89b66133971a2da8e2b20550b546538018f55</id>
<content type='text'>
Alex


svn path=/trunk/KDE/kdelibs/; revision=749769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex


svn path=/trunk/KDE/kdelibs/; revision=749769
</pre>
</div>
</content>
</entry>
<entry>
<title>new macro MACRO_APPEND_IF(var condition value1..valuen)</title>
<updated>2007-12-16T13:19:46+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2007-12-16T13:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=095470941e9a5c481ee9736e802052bd390c505f'/>
<id>095470941e9a5c481ee9736e802052bd390c505f</id>
<content type='text'>
can be used to simplify code:
macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp)

instead of 

if(SOMELIB_FOUND)
   set(mySrcs file1.cpp file2.cpp)
endif(SOMELIB_FOUND)


Alex


svn path=/trunk/KDE/kdelibs/; revision=749077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can be used to simplify code:
macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp)

instead of 

if(SOMELIB_FOUND)
   set(mySrcs file1.cpp file2.cpp)
endif(SOMELIB_FOUND)


Alex


svn path=/trunk/KDE/kdelibs/; revision=749077
</pre>
</div>
</content>
</entry>
</feed>
