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