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

10 lines
124 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
NasalSys.cxx
nasal-props.cxx
)
flightgear_component(Scripting "${SOURCES}")