]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeLists.txt
Expose SGCondition as a ghost to Nasal directly.
[flightgear.git] / CMakeLists.txt
index d1180065ce834525e209bfdc13abf5fbcd6eabfa..85f1982ef349900555de666d5425ed3d1f5c9385 100644 (file)
@@ -26,6 +26,10 @@ if(InSourceBuild)
     message(WARNING  "  mkdir ../fgbuild && cd ../fgbuild && cmake ${CMAKE_SOURCE_DIR}")
 endif(InSourceBuild)
 
+# System detection/default settings
+include( DetectDistro )
+include( DetectBrowser )
+
 set(CMAKE_DEBUG_POSTFIX          "d" CACHE STRING "add a postfix, usually d on windows")
 set(CMAKE_RELEASE_POSTFIX        ""  CACHE STRING "add a postfix, usually empty on windows")
 set(CMAKE_RELWITHDEBINFO_POSTFIX ""  CACHE STRING "add a postfix, usually empty on windows")