7 lines
95 B
CMake
7 lines
95 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
hla.cxx
|
|
)
|
|
|
|
flightgear_component(HLA "${SOURCES}")
|