Build fix: missing headers from project
This commit is contained in:
parent
72239c9a52
commit
9549ac8027
1 changed files with 25 additions and 6 deletions
|
@ -7,7 +7,15 @@ set(SP_FDM_SOURCES
|
||||||
SP/Balloon.cxx
|
SP/Balloon.cxx
|
||||||
SP/BalloonSim.cpp
|
SP/BalloonSim.cpp
|
||||||
SP/MagicCarpet.cxx
|
SP/MagicCarpet.cxx
|
||||||
SP/AISim.cpp
|
SP/AISim.cpp
|
||||||
|
)
|
||||||
|
set (SP_FDM_HEADERS
|
||||||
|
SP/ACMS.hxx
|
||||||
|
SP/ADA.hxx
|
||||||
|
SP/MagicCarpet.hxx
|
||||||
|
SP/Balloon.h
|
||||||
|
SP/BalloonSim.h
|
||||||
|
SP/AISim.hpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -135,11 +143,22 @@ set(SOURCES
|
||||||
${SP_FDM_SOURCES}
|
${SP_FDM_SOURCES}
|
||||||
ExternalNet/ExternalNet.cxx
|
ExternalNet/ExternalNet.cxx
|
||||||
ExternalPipe/ExternalPipe.cxx
|
ExternalPipe/ExternalPipe.cxx
|
||||||
AIWake/AircraftMesh.cxx
|
AIWake/AircraftMesh.cxx
|
||||||
AIWake/WakeMesh.cxx
|
AIWake/WakeMesh.cxx
|
||||||
AIWake/AeroElement.cxx
|
AIWake/AeroElement.cxx
|
||||||
AIWake/AIWakeGroup.cxx
|
AIWake/AIWakeGroup.cxx
|
||||||
LaRCsim/ls_matrix.c
|
LaRCsim/ls_matrix.c
|
||||||
|
)
|
||||||
|
|
||||||
|
set(HEADERS
|
||||||
|
NullFDM.hxx
|
||||||
|
TankProperties.hxx
|
||||||
|
UFO.hxx
|
||||||
|
fdm_shell.hxx
|
||||||
|
flight.hxx
|
||||||
|
flightProperties.hxx
|
||||||
|
groundcache.hxx
|
||||||
|
${SP_FDM_HEADERS}
|
||||||
)
|
)
|
||||||
|
|
||||||
if(ENABLE_UIUC_MODEL)
|
if(ENABLE_UIUC_MODEL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue