]> git.mxchange.org Git - flightgear.git/blob - utils/CMakeLists.txt
f176e749f846949492db6d4e2cc50ac3515f05a7
[flightgear.git] / utils / CMakeLists.txt
1 add_subdirectory(TerraSync)
2 add_subdirectory(fgviewer)
3 add_subdirectory(fgelev)
4 add_subdirectory(GPSsmooth)
5
6 if (FLTK_FOUND)
7     if (EXISTS ${FLTK_FLUID_EXECUTABLE})
8         add_subdirectory(fgadmin)
9     else ()
10         message(STATUS "fluid executable not found, disabling fgadmin")
11     endif ()
12 endif (FLTK_FOUND)
13
14 if (WITH_FGPANEL)
15     add_subdirectory(fgpanel)
16 endif (WITH_FGPANEL)
17
18 # win32 is just excluded because of not having argument parsing there ...
19 if(RTI_FOUND AND NOT WIN32)
20     add_subdirectory(fgai)
21 endif(RTI_FOUND AND NOT WIN32)