Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/simgear into merge-requests/9
This commit is contained in:
@@ -5,7 +5,6 @@ foreach( mylibfolder
|
|||||||
bucket
|
bucket
|
||||||
debug
|
debug
|
||||||
ephemeris
|
ephemeris
|
||||||
hla
|
|
||||||
io
|
io
|
||||||
magvar
|
magvar
|
||||||
math
|
math
|
||||||
@@ -24,14 +23,18 @@ foreach( mylibfolder
|
|||||||
|
|
||||||
endforeach( mylibfolder )
|
endforeach( mylibfolder )
|
||||||
|
|
||||||
if (NOT SIMGEAR_HEADLESS)
|
if(NOT SIMGEAR_HEADLESS)
|
||||||
add_subdirectory(environment)
|
add_subdirectory(environment)
|
||||||
add_subdirectory(screen)
|
add_subdirectory(screen)
|
||||||
add_subdirectory(scene)
|
add_subdirectory(scene)
|
||||||
add_subdirectory(sound)
|
add_subdirectory(sound)
|
||||||
endif()
|
endif(NOT SIMGEAR_HEADLESS)
|
||||||
|
|
||||||
|
|
||||||
|
if(ENABLE_RTI)
|
||||||
|
add_subdirectory(hla)
|
||||||
|
endif(ENABLE_RTI)
|
||||||
|
|
||||||
|
|
||||||
set(HEADERS compiler.h constants.h sg_inlines.h ${PROJECT_BINARY_DIR}/simgear/version.h)
|
set(HEADERS compiler.h constants.h sg_inlines.h ${PROJECT_BINARY_DIR}/simgear/version.h)
|
||||||
install (FILES ${HEADERS} DESTINATION include/simgear/)
|
install (FILES ${HEADERS} DESTINATION include/simgear/)
|
||||||
|
|||||||
Reference in New Issue
Block a user