[Cmake] FindOpenGL and Windows

William A. Hoffman billlist at nycap.rr.com
Thu Sep 2 15:20:41 EDT 2004


Is the gl.h different for the NVIDIA SDK?  Or are there other files
that you need to include?

-Bill


At 01:44 PM 9/2/2004, Anton Deguet wrote:
>Hello,
>
>I'm building my application using OpenGL and OpenGL extensions on 
>Windows.  I have the gl.h and the extension header files in a special
>directory that comes with the NVIDIA  SDK distribution, not  with the
>.net compiler.  In other words, I have a non-standard location for the
>OpenGL header files.
>CMake comes with a FindOpenGL module that is supposed to take care of
>OpenGL header files.  It defines a OPENGL_INCLUDE_DIR variable for unix
>and cygwin.  But it does not define it for Windows.  Of course, I can
>have my own variable.  But I thought that the implementation would be
>more complete if the provided module already has that.
>
>Could FindOpenGL.cmake to define the search path for Windows as well?
>
>Setup: CMake 2.0.3 for Windows.  Compiler: .NET 7
>
>
>Thanks,
>
>Anton
>
>
>
>
>
>-- 
>Anton Deguet                          Systems Engineer
>ERC CISST                     Johns Hopkins University
>http://cisstweb.cs.jhu.edu                410 516 5261
>
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake 



More information about the Cmake mailing list