1
0
Fork 0
flightgear/src/Radio/CMakeLists.txt
ThorstenB 7dc8db8ef5 Fix some compiler warnings.
Also removes "itm.cpp" from CMake to avoid code duplication/warnings, since
this the file is already included by radio.cxx.
2012-04-05 21:02:09 +02:00

15 lines
167 B
CMake

include(FlightGearComponent)
set(SOURCES
antenna.cxx
radio.cxx
)
set(HEADERS
antenna.hxx
radio.hxx
)
flightgear_component(Radio "${SOURCES}" "${HEADERS}")