10 lines
124 B
Text
10 lines
124 B
Text
|
include(FlightGearComponent)
|
||
|
|
||
|
set(SOURCES
|
||
|
NasalSys.cxx
|
||
|
nasal-props.cxx
|
||
|
)
|
||
|
|
||
|
flightgear_component(Scripting "${SOURCES}")
|
||
|
|