]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/CMakeLists.txt
Make the Nasal NaN check less aggressive - still SG_ALERT, but return nil instead...
[flightgear.git] / src / Scripting / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         NasalSys.cxx
5         nasal-props.cxx
6         )
7         
8 flightgear_component(Scripting "${SOURCES}")
9