2012-11-24 09:34:08 +00:00
|
|
|
# win32 is just excluded because of not having argument parsing there ...
|
|
|
|
if(RTI_FOUND AND NOT WIN32)
|
2014-04-30 18:34:05 +00:00
|
|
|
add_subdirectory(fgai)
|
2013-02-12 16:38:46 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_FGELEV)
|
|
|
|
add_subdirectory(fgelev)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(WITH_FGPANEL)
|
2014-04-30 18:34:05 +00:00
|
|
|
add_subdirectory(fgpanel)
|
2013-02-12 16:38:46 +00: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 14:29:49 +00:00
|
|
|
endif()
|
|
|
|
|
2013-09-27 14:05:45 +00:00
|
|
|
if(ENABLE_FGCOM)
|
|
|
|
add_subdirectory(fgcom)
|
2013-05-19 14:29:49 +00:00
|
|
|
endif()
|
2015-01-18 20:10:05 +00:00
|
|
|
|
|
|
|
if(ENABLE_STGMERGE)
|
|
|
|
add_subdirectory(stgmerge)
|
|
|
|
endif()
|
2016-11-20 11:52:21 +00:00
|
|
|
|
|
|
|
if(ENABLE_TRAFFIC)
|
|
|
|
add_subdirectory(traffic)
|
|
|
|
endif()
|
2016-12-03 14:14:06 +00:00
|
|
|
|
2016-12-19 17:54:37 +00:00
|
|
|
if (ENABLE_FGQCANVAS)
|
|
|
|
add_subdirectory(fgqcanvas)
|
|
|
|
endif()
|
2016-07-30 12:26:45 +00:00
|
|
|
|
|
|
|
if(ENABLE_DEMCONVERT)
|
|
|
|
if(GDALFOUND)
|
|
|
|
add_subdirectory(demconvert)
|
|
|
|
endif()
|
|
|
|
endif()
|