23 lines
630 B
CMake
23 lines
630 B
CMake
|
# ATA04接口的源文件
|
||
|
set(ATA04_SOURCES
|
||
|
Aerodynamics_input.hpp
|
||
|
Aerodynamics_input.cxx
|
||
|
GroundHandling_input.hpp
|
||
|
GroundHandling_input.cxx
|
||
|
GroundHandling_output.hpp
|
||
|
GroundHandling_output.cxx
|
||
|
Aerodynamics_output.hpp
|
||
|
Aerodynamics_output.cxx
|
||
|
WeightBalance_input.hpp
|
||
|
WeightBalance_input.cxx
|
||
|
WeightBalance_output.hpp
|
||
|
WeightBalance_output.cxx
|
||
|
GroundHandling_heartbeat.hpp
|
||
|
GroundHandling_heartbeat.cxx
|
||
|
WeightBalance_heartbeat.hpp
|
||
|
WeightBalance_heartbeat.cxx
|
||
|
Aerodynamics_heartbeat.hpp
|
||
|
Aerodynamics_heartbeat.cxx
|
||
|
)
|
||
|
list(APPEND ALL_SUBDIR_SOURCES ${ATA04_SOURCES})
|