FlightGear and OpenGL Core Profile: Difference between revisions

Jump to navigation Jump to search
Line 22: Line 22:


The next step will be identifying and excluding problematic sources by adding <code>#ifdef</code> to the sources in question, and updating CMakeLists.txt accordingly, ideally in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]).
The next step will be identifying and excluding problematic sources by adding <code>#ifdef</code> to the sources in question, and updating CMakeLists.txt accordingly, ideally in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]).
Initially, this will probably include:
* $FG_SRC/GUI (see: [[PUI]])
* $FG_SRC/Cockpit


== See also ==
== See also ==

Navigation menu