]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/CMakeLists.txt
d3eab7a70561053a915a8618049e2b59d048c3a9
[flightgear.git] / src / Scripting / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         NasalSys.cxx
5         nasal-props.cxx
6     NasalPositioned.cxx
7         )
8
9 set(HEADERS
10         NasalSys.hxx
11     NasalPositioned.hxx
12         )
13
14         
15 flightgear_component(Scripting "${SOURCES}" "${HEADERS}")
16