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

9 lines
129 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
TimeManager.cxx
light.cxx
sunsolver.cxx
)
flightgear_component(Time "${SOURCES}")