Build fix: missing headers from project
This commit is contained in:
parent
72239c9a52
commit
9549ac8027
1 changed files with 25 additions and 6 deletions
|
@ -9,6 +9,14 @@ set(SP_FDM_SOURCES
|
||||||
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()
|
||||||
|
|
||||||
set(UIUC_SOURCES
|
set(UIUC_SOURCES
|
||||||
|
@ -142,6 +150,17 @@ set(SOURCES
|
||||||
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)
|
||||||
foreach(component ${UIUC_SOURCES})
|
foreach(component ${UIUC_SOURCES})
|
||||||
list(APPEND SOURCES "UIUCModel/${component}")
|
list(APPEND SOURCES "UIUCModel/${component}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue