]> git.mxchange.org Git - flightgear.git/commit
Initial work on CMake build files, with considerable help from Olaf Flebbe.
authorJames Turner <zakalawe@mac.com>
Tue, 30 Nov 2010 10:08:30 +0000 (10:08 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 19 Dec 2010 15:06:04 +0000 (15:06 +0000)
commita91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0
tree2d22dc1ab82038cf662784142ce8b0cb259d072d
parentc396fae4a79bad06bfe0ea8cd6fc6d37a743f67b
Initial work on CMake build files, with considerable help from Olaf Flebbe.
35 files changed:
CMakeLists.txt [new file with mode: 0644]
CMakeModules/FindALUT.cmake [new file with mode: 0644]
CMakeModules/FindPLIB.cmake [new file with mode: 0644]
CMakeModules/FindSimGear.cmake [new file with mode: 0644]
CMakeModules/FindSvnClient.cmake [new file with mode: 0644]
CMakeModules/FlightGearComponent.cmake [new file with mode: 0644]
src/AIModel/CMakeLists.txt [new file with mode: 0644]
src/ATC/CMakeLists.txt [new file with mode: 0644]
src/Aircraft/CMakeLists.txt [new file with mode: 0644]
src/Airports/CMakeLists.txt [new file with mode: 0644]
src/Autopilot/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/Cockpit/CMakeLists.txt [new file with mode: 0644]
src/Environment/CMakeLists.txt [new file with mode: 0644]
src/FDM/CMakeLists.txt [new file with mode: 0644]
src/FDM/JSBSim/CMakeLists.txt [new file with mode: 0644]
src/FDM/YASim/CMakeLists.txt [new file with mode: 0644]
src/GUI/CMakeLists.txt [new file with mode: 0644]
src/Include/config_cmake.h.in [new file with mode: 0644]
src/Input/CMakeLists.txt [new file with mode: 0644]
src/Instrumentation/CMakeLists.txt [new file with mode: 0644]
src/Main/CMakeLists.txt [new file with mode: 0644]
src/Model/CMakeLists.txt [new file with mode: 0644]
src/MultiPlayer/CMakeLists.txt [new file with mode: 0644]
src/Navaids/CMakeLists.txt [new file with mode: 0644]
src/Network/CMakeLists.txt [new file with mode: 0644]
src/Scenery/CMakeLists.txt [new file with mode: 0644]
src/Scripting/CMakeLists.txt [new file with mode: 0644]
src/Sound/CMakeLists.txt [new file with mode: 0644]
src/Systems/CMakeLists.txt [new file with mode: 0644]
src/Time/CMakeLists.txt [new file with mode: 0644]
src/Traffic/CMakeLists.txt [new file with mode: 0644]
utils/CMakeLists.txt [new file with mode: 0644]
utils/TerraSync/CMakeLists.txt [new file with mode: 0644]
utils/fgviewer/CMakeLists.txt [new file with mode: 0644]