Hi Ümit,

I don't see why it should be imposible to have two side by side
solutions generated by Cmake where one contains the osg Core projects
and one contains the Example projects (of course depending on the core
libs). I'm not trying to address the solution build time, but rather
the size of it with regards to the amount of projects it containes.

Thanks for the response.

Filip

On 9/4/09, Ümit Uzun <[email protected]> wrote:
> Hi Filip;
>
> This is impossible because all example uses generated library, includes and
> dll's on your own platform so you have to compile OSG Core library too. Or
> if you have latest OSG binary installed your system before and create
> related environment variables you can create your sln normally and when
> compiling step in VisualStudio you may exclude core libraries and build only
> examples. I haven't tried but it would work.
>
> HTH. Regards.
>
> Ümit Uzun
>
>
> 2009/9/4 Filip Holm <[email protected]>
>
>> Hi All,
>>
>> Is there a way to generate a solution that only contains the osg
>> Example projects with the current CMakeLists.txt configuration?
>>
>> I've looked through the mailing list and the CMakeLIst files without
>> finding an answer. I'm working on MSVC80 and find that a solution
>> containing all the osg Core projects, applications and examples is a
>> bit cumbersome to work with.
>>
>> I don't have a hole lot experience with CMake yet, but if there are no
>> objections, I might have wack at setting up the CMakeLists to support
>> a standalone example project.
>>
>> Filip
>> _______________________________________________
>> osg-users mailing list
>> [email protected]
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to