On 02/19/2011 06:27 PM, Michael Wild wrote:
On 02/19/2011 06:16 PM, Jed Brown wrote:
On Fri, Feb 18, 2011 at 17:16, Michael Wild wrote:
Well, cl.exe for one doesn't do this trick. This means, you'll have to
put it in your build system, and once you've done that, why should you
use the compile
On Friday 18 February 2011, Schmid Alexander wrote:
> Hi,
>
> of course, I´d like to have you think further about it, so here you go...
;-)
> This is the toolchain file I use.
> The specialty about is that I want to use the ARMCC as compiler and an
> SDK-provided linker tool for linking.
>
> # th
> Does set_target_properties( ... FOLDER ... ) make source_group
> unnecessary? Or are they intended for different uses? (I don't have a
> Visual Studio at hand to test)
source_group ist for grouping files inside a project, FOLDER groups projects
inside the solution.
Eike
___
On Sun, Feb 20, 2011 at 5:55 PM, David Cole wrote:
>>> Doesn't seem to work. Where is this documented ? Seems very hinky to have
>>> a FOLDER target property, and then
>>> have it globally disabled ?
>
> Those properties were first introduced in v2.8.3, that's why it didn't
> do anything for 2.8.2
In CTestTargets.cmake (included from CTest.cmake), there are lines that read:
SET_PROPERTY(TARGET ... PROPERTY FOLDER "CTestDashboardTargets")
That's the thing that assigns that folder value to those targets. It's
explicitly separated from the CMake predefined targets folder because
they are tw
David Cole skrev 2011-02-20 17:55:
Those properties were first introduced in v2.8.3, that's why it didn't
do anything for 2.8.2...
:-)
hehe... yeah, well... humpte dumpte dum... ;)
/Rob
___
Powered by www.kitware.com
Visit other Kitware open-sour
On Sun, Feb 20, 2011 at 5:08 AM, Robert Bielik wrote:
> Robert Bielik skrev 2011-02-20 10:54:
>>
>> John Drescher skrev 2011-02-19 17:33:
>>>
>>> #Use solution folders.
>>> set_property(GLOBAL PROPERTY USE_FOLDERS ON)
>>
>> Doesn't seem to work. Where is this documented ? Seems very hinky to have
Hey guys,
I am not quite sure if PREDEFINED_TARGETS_FOLDER is supposed to also contain
targets created by external modules (CTest). What do you guys think? Right
now there seems to be no straightforward way to move the
CTestDashboardTargets folder away from the other toplevel targets.
Should be tr
Robert Bielik skrev 2011-02-20 10:54:
John Drescher skrev 2011-02-19 17:33:
#Use solution folders.
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Doesn't seem to work. Where is this documented ? Seems very hinky to have a
FOLDER target property, and then
have it globally disabled ?
My bad. Up
John Drescher skrev 2011-02-19 17:33:
#Use solution folders.
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Doesn't seem to work. Where is this documented ? Seems very hinky to have a
FOLDER target property, and then
have it globally disabled ?
/Rob
10 matches
Mail list logo