-
- Downloads
[cmake][make] Move -isystem flag at one place passing it to all compiler calls.
Moving from one header file per module to one module (and submodules) introduces a few new restrictions. For instance, the module is built if any ot its headers is included. This means that it will build the TGLIncludes.h-related modules which in turn requires adjusting the -isystem path on OSX, allowing glew.h to hooked before #include-ing system's gl.h (building system's OpenGL module).
Showing
- Makefile 13 additions, 0 deletionsMakefile
- cmake/modules/CheckCompiler.cmake 13 additions, 1 deletioncmake/modules/CheckCompiler.cmake
- graf3d/eve/CMakeLists.txt 0 additions, 4 deletionsgraf3d/eve/CMakeLists.txt
- graf3d/eve/Module.mk 1 addition, 4 deletionsgraf3d/eve/Module.mk
- graf3d/gl/CMakeLists.txt 0 additions, 4 deletionsgraf3d/gl/CMakeLists.txt
- graf3d/gl/Module.mk 1 addition, 3 deletionsgraf3d/gl/Module.mk
- graf3d/gl/src/TGLOutput.cxx 0 additions, 4 deletionsgraf3d/gl/src/TGLOutput.cxx
- graf3d/glew/CMakeLists.txt 0 additions, 3 deletionsgraf3d/glew/CMakeLists.txt
- graf3d/glew/Module.mk 1 addition, 3 deletionsgraf3d/glew/Module.mk
Please register or sign in to comment