]> git.mxchange.org Git - flightgear.git/blob - utils/CMakeLists.txt
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / utils / CMakeLists.txt
1 # win32 is just excluded because of not having argument parsing there ...
2 if(RTI_FOUND AND NOT WIN32)
3     add_subdirectory(fgai)
4 endif()
5
6 if(ENABLE_FGELEV)
7     add_subdirectory(fgelev)
8 endif()
9
10 if(WITH_FGPANEL)
11     add_subdirectory(fgpanel)
12 endif()
13
14 if(ENABLE_FGVIEWER)
15     add_subdirectory(fgviewer)
16 endif()
17
18 if(ENABLE_GPSSMOOTH)
19     add_subdirectory(GPSsmooth)
20 endif()
21
22 if(ENABLE_TERRASYNC)
23     add_subdirectory(TerraSync)
24 endif()
25
26 if(ENABLE_FGCOM)
27     add_subdirectory(fgcom)
28 endif()
29
30 if(ENABLE_STGMERGE)
31     add_subdirectory(stgmerge)
32 endif()