]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/CMakeLists.txt
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
[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