1
0
Fork 0
flightgear/src/Radio/CMakeLists.txt
2011-11-24 05:02:42 +02:00

14 lines
150 B
CMake

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