Thanks Mourad, changes now merged and submitted to svn/trunk.

On Thu, Mar 10, 2011 at 2:10 PM, Mourad Boufarguine
<[email protected]> wrote:
>
> Sorry I sent you the wrong file for OpenThreads. The correct one is attached
> (src/OpenThreads/win32/CMakeLists.txt)
>
> Mourad
>
> On Thu, Mar 10, 2011 at 3:01 PM, Mourad Boufarguine
> <[email protected]> wrote:
>>
>> Hi Robert,
>>
>> I gave projects folders in VS a try, it works for applications, plugins
>> and examples but not for the osg core libraries.
>> Attached OsgMacroUtils.cmake is a tiny fix for this. OpenThreads is
>> addressed seperately.
>>
>> Mourad
>>
>> On Wed, Mar 9, 2011 at 2:07 PM, Robert Osfield <[email protected]>
>> wrote:
>>>
>>> Hi Tassilio,
>>>
>>> I have just merged and checked in your changes.  I made a few minor
>>> tweaks to fit in with other changes that I checked in yesterday for
>>> Android support, fingers crossed my tweaks won't have broken anything.
>>>
>>> Could you please try svn/trunk and let me know if everything is working.
>>>
>>> Thanks.
>>> Robert.
>>>
>>> On Thu, Feb 24, 2011 at 1:28 PM, Tassilo Glander
>>> <[email protected]> wrote:
>>> > Hi,
>>> >
>>> > I patched the cmake configuration to support folders, which are really
>>> > handy to organize the many projects in the OSG solution into examples,
>>> > applications and core libs in the IDE.
>>> > This feature has been introduced to cmake in 2.8.3, on older versions
>>> > it should be ignored silently. I tested on Visual Studio 2008 with cmake
>>> > 2.8.3 and 2.8.4.
>>> >
>>> > See the screenshots for comparison [img]osg_solution.png[/img]
>>> >
>>> > This needs few changes:
>>> >
>>> > activate on global cmakelist.txt:
>>> >
>>> > [code]set_property(GLOBAL PROPERTY USE_FOLDERS On)[/code]
>>> >
>>> > set appropriate folder names for project type in osgMacroUtils.cmake:
>>> >
>>> > [code]SET_TARGET_PROPERTIES(${CORELIB_NAME} PROPERTIES FOLDER "OSG
>>> > Core")[/code]
>>> >
>>> > similar for examples, applications
>>> >
>>> > Thanks,
>>> > Tassilo
>>> >
>>> > ------------------
>>> > Read this topic online here:
>>> > http://forum.openscenegraph.org/viewtopic.php?p=37090#37090
>>> >
>>> >
>>> >
>>> >
>>> > Attachments:
>>> > http://forum.openscenegraph.org//files/buildpatch_131.zip
>>> > http://forum.openscenegraph.org//files/osg_solution_944.png
>>> >
>>> >
>>> > _______________________________________________
>>> > osg-submissions mailing list
>>> > [email protected]
>>> >
>>> > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>>> >
>>> _______________________________________________
>>> osg-submissions mailing list
>>> [email protected]
>>>
>>> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>>
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to