2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
NasalSys.cxx
|
|
|
|
nasal-props.cxx
|
2012-04-15 13:54:50 +01:00
|
|
|
NasalPositioned.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
)
|
2011-06-26 07:55:36 +01:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
NasalSys.hxx
|
2012-04-15 13:54:50 +01:00
|
|
|
NasalPositioned.hxx
|
2011-06-26 07:55:36 +01:00
|
|
|
)
|
|
|
|
|
2010-11-30 10:08:30 +00:00
|
|
|
|
2011-06-26 07:55:36 +01:00
|
|
|
flightgear_component(Scripting "${SOURCES}" "${HEADERS}")
|
2010-11-30 10:08:30 +00:00
|
|
|
|