2013-02-12 16:38:46 +00:00
|
|
|
if(FLTK_FOUND)
|
2011-11-04 22:18:16 +00:00
|
|
|
if (EXISTS ${FLTK_FLUID_EXECUTABLE})
|
2011-09-05 21:44:00 +00:00
|
|
|
add_subdirectory(fgadmin)
|
|
|
|
else ()
|
|
|
|
message(STATUS "fluid executable not found, disabling fgadmin")
|
|
|
|
endif ()
|
2013-02-12 16:38:46 +00:00
|
|
|
endif()
|
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)
|
2013-02-12 16:38:46 +00:00
|
|
|
add_subdirectory(fgai)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_FGELEV)
|
|
|
|
add_subdirectory(fgelev)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(WITH_FGPANEL)
|
|
|
|
add_subdirectory(fgpanel)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_FGVIEWER)
|
|
|
|
add_subdirectory(fgviewer)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_GPSSMOOTH)
|
|
|
|
add_subdirectory(GPSsmooth)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_TERRASYNC)
|
|
|
|
add_subdirectory(TerraSync)
|
|
|
|
endif()
|