beta 6
Andreas Pakulat
apaku at gmx.de
Mon Nov 2 23:07:13 UTC 2009
On 02.11.09 17:41:39, Iman Brouwer wrote:
> Just a note on the targets that were not added in my project: we have some
> cmake variables that select which targets get build, e.g. SET (
> COMPILE_TARGET_A 1 )
>
> I used to have the following lines in my code (which didn't get kdevelop to
> generate my projects:
> IF( ${COMPILE_TARGET_A} )
> ADD_SUBDIRECTORY( target_a_dir )
> ENDIF( ${COMPILE_TARGET_A} )
>
> After replacing them with the following more common syntax, they were all
> automatically added:
> IF( COMPILE_TARGET_A )
> ADD_SUBDIRECTORY( target_a_dir )
> ENDIF( COMPILE_TARGET_A )
Can you please report a bug about this at bugs.kde.org?
Andreas
--
You single-handedly fought your way into this hopeless mess.
More information about the KDevelop-devel
mailing list