If you're generating the cmake file through the cmake application then it
should be generated in your build folder. If you are using cmake on the
command line then you will need to pass cmake -G "Visual Studio XX" to the
command line, where XX is your Visual Studio version.

On Sun, Jun 3, 2018 at 4:19 PM Peter Klose <peter_kl...@gmx.de> wrote:

> Hi,
> it seems my fault was to look into the "src" directory for the sources.
> With the cmakelists.txt file in the base directory openscenegraph cmake
> worked succesfully.
> Now it is only to find out how to find the project file for VC++ which
> might load the project into the IDE?
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=73934#73934
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to