1
0
Fork 0
flightgear/src/Systems/CMakeLists.txt

20 lines
253 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
electrical.cxx
pitot.cxx
static.cxx
system_mgr.cxx
vacuum.cxx
)
2011-06-26 07:55:36 +01:00
set(HEADERS
electrical.hxx
pitot.hxx
static.hxx
system_mgr.hxx
vacuum.hxx
)
2011-06-26 07:55:36 +01:00
flightgear_component(Systems "${SOURCES}" "${HEADERS}")