15 lines
150 B
Text
15 lines
150 B
Text
|
include(FlightGearComponent)
|
||
|
|
||
|
set(SOURCES
|
||
|
radio.cxx
|
||
|
itm.cpp
|
||
|
)
|
||
|
|
||
|
set(HEADERS
|
||
|
radio.hxx
|
||
|
)
|
||
|
|
||
|
|
||
|
flightgear_component(Radio "${SOURCES}" "${HEADERS}")
|
||
|
|