1
0
Fork 0
flightgear/src/Systems/CMakeLists.txt
2011-07-19 07:58:03 +01:00

20 lines
No EOL
253 B
CMake

include(FlightGearComponent)
set(SOURCES
electrical.cxx
pitot.cxx
static.cxx
system_mgr.cxx
vacuum.cxx
)
set(HEADERS
electrical.hxx
pitot.hxx
static.hxx
system_mgr.hxx
vacuum.hxx
)
flightgear_component(Systems "${SOURCES}" "${HEADERS}")