1
0
Fork 0
flightgear/CMakeModules
Edward d'Auvergne 6a730b5820 CMake: The main sources/headers have been shifted into FG_{SOURCES,HEADERS}.
This allows the sources and headers in src/Main/ to be used by other targets.
They are grouped into the new "Main" flightgear component via the macro in the
FlightGearComponent CMake module.  The bootstrap.cxx file with its main function
has been separated out into a separate variable MAIN_SOURCE for use by the fgfs
binary.

All these files have therefore been removed from the test_suite CMakeLists.txt
file, as they are added via FG_SOURCES and FG_HEADERS.  The MSVC grouping code
also does not need to deal with the now deleted separate SOURCE and HEADER
variables for these files.
2018-04-05 21:06:02 +02:00
..
cmake_uninstall.cmake.in Uninstall rule, pinched from OSG 2010-12-28 13:43:14 +00:00
ConfigureCPack.cmake CMakeList clean-up. 2012-08-18 13:40:08 +02:00
ConfigureMsvc3rdParty.cmake Simplify MSVC detection to match SimGear. 2016-11-15 00:07:32 +01:00
DetectArch.cmake Enable SSE and SSE2 by default 2016-12-16 10:50:24 +01:00
DetectBrowser.cmake Make web browser app configurable through CMake (for Linux) 2012-08-18 14:11:31 +02:00
DetectDistro.cmake DetectDistro.cmake: Correct the lsb_release name 2012-08-26 11:55:45 +02:00
FindAAX.cmake Update to AeonWave version 3.0+ 2017-10-31 10:53:34 +01:00
FindCppUnit.cmake TestSuite: Initial support for a FlightGear test suite based on CppUnit. 2018-03-23 17:26:04 +01:00
FindCrashRpt.cmake Support CrashRpt 1403 2016-12-09 14:39:25 +00:00
FindFlite.cmake Allow using the system version of flite and the HTS engine 2014-04-28 21:33:48 +02:00
FindGit.cmake Fix CMake inclusion for copied FindGit.cmake 2011-01-09 00:04:59 +00:00
FindGooglePerfTools.cmake Improve finding gperftools and disable profiling by default (even with gperftools installed) 2012-11-19 13:11:03 +01:00
FindGsm.cmake Use GSM and Speex libraries from system if they are installed by Saikrishna Arcot 2014-01-23 17:46:49 +01:00
FindHtsEngine.cmake Allow using the system version of flite and the HTS engine 2014-04-28 21:33:48 +02:00
FindPLIB.cmake #946: some libraries not found on Ubuntu/Debian 2012-12-01 11:01:25 +01:00
FindSpeex.cmake Use GSM and Speex libraries from system if they are installed by Saikrishna Arcot 2014-01-23 17:46:49 +01:00
FindSpeexdsp.cmake Use GSM and Speex libraries from system if they are installed by Saikrishna Arcot 2014-01-23 17:46:49 +01:00
FindSQLite3.cmake #946: some libraries not found on Ubuntu/Debian 2012-12-01 11:01:25 +01:00
FindUDev.cmake #946: some libraries not found on Ubuntu/Debian 2012-12-01 11:01:25 +01:00
FlightGearBundleInfo.plist.in Mac nightly can use new launcher. 2015-01-06 21:59:06 +00:00
FlightGearComponent.cmake Sort fgfs source files in IDE folders 2012-09-16 19:26:53 +02:00
SelectLibraryConfigurations.cmake Copy SelectLibraryConfigurations into our modules, to support CMake 2.6 2011-01-14 10:52:38 +00:00
SetupFGFSBundle.cmake CMake: Shifted the Mac bundle commands into its own CMake module. 2018-04-05 21:06:02 +02:00
SetupFGFSEmbeddedResources.cmake CMake: Shifted the FlightGear embedded resources code into its own CMake module. 2018-04-05 21:05:30 +02:00
SetupFGFSLibraries.cmake CMake: Shifted the target setup code into its own CMake module. 2018-04-05 21:05:16 +02:00
SetupMSVCGrouping.cmake CMake: The main sources/headers have been shifted into FG_{SOURCES,HEADERS}. 2018-04-05 21:06:02 +02:00