2014-04-30 20:34:05 +02:00
|
|
|
if(ENABLE_FGADMIN)
|
|
|
|
add_subdirectory(fgadmin)
|
2013-02-12 17:38:46 +01:00
|
|
|
endif()
|
2012-11-24 10:34:08 +01:00
|
|
|
|
|
|
|
# win32 is just excluded because of not having argument parsing there ...
|
|
|
|
if(RTI_FOUND AND NOT WIN32)
|
2014-04-30 20:34:05 +02:00
|
|
|
add_subdirectory(fgai)
|
2013-02-12 17:38:46 +01:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_FGELEV)
|
|
|
|
add_subdirectory(fgelev)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(WITH_FGPANEL)
|
2014-04-30 20:34:05 +02:00
|
|
|
add_subdirectory(fgpanel)
|
2013-02-12 17:38:46 +01:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_FGVIEWER)
|
|
|
|
add_subdirectory(fgviewer)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_GPSSMOOTH)
|
|
|
|
add_subdirectory(GPSsmooth)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_TERRASYNC)
|
|
|
|
add_subdirectory(TerraSync)
|
2013-05-19 16:29:49 +02:00
|
|
|
endif()
|
|
|
|
|
2013-09-27 16:05:45 +02:00
|
|
|
if(ENABLE_FGCOM)
|
|
|
|
add_subdirectory(fgcom)
|
2013-05-19 16:29:49 +02:00
|
|
|
endif()
|
2015-01-18 20:10:05 +00:00
|
|
|
|
|
|
|
if(ENABLE_STGMERGE)
|
|
|
|
add_subdirectory(stgmerge)
|
|
|
|
endif()
|