9 lines
No EOL
129 B
CMake
9 lines
No EOL
129 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
TimeManager.cxx
|
|
light.cxx
|
|
sunsolver.cxx
|
|
)
|
|
|
|
flightgear_component(Time "${SOURCES}") |