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

17 lines
216 B
Text
Raw Normal View History

include(FlightGearComponent)
set(SOURCES
NasalSys.cxx
nasal-props.cxx
NasalPositioned.cxx
)
2011-06-26 07:55:36 +01:00
set(HEADERS
NasalSys.hxx
NasalPositioned.hxx
2011-06-26 07:55:36 +01:00
)
2011-06-26 07:55:36 +01:00
flightgear_component(Scripting "${SOURCES}" "${HEADERS}")