1
0
Fork 0
flightgear/utils
Erik Hofman f61293a935 Geoff McLane:
1. The variables  SIMGEAR_CORE_LIBRARIES and
SIMGEAR_CORE_LIBRARY_DEPENDENCIES are
no longer set... hence the need to hard-code 'SimGearCore'
in the target_link_libraries()

2. And -lfreetype means the linker must know the specific
link path to it, while the variable FREETYPE_LIBRARIES
contains the fully qualified path to the library.

3. Improved the 'found glut' message to show exactly what
was found, and being used... This is due to the user possibly
also have the near binary compatible glut32.lib found, which
will fail in the link due to some freeglut extensions have been
used.

4. Adding the define -DFREEGLUT_LIB_PRAGMAS=0  is
necessary to stop the freeglut headers from using a MSVC pragma
to declare the library, which will /not/ not be found...

5. In Windows the glew library is not -lGLEW, and even if it
was, it would not be found, without adding a link_directories(
path/to/library ),
while the GLEW_LIBRARIES variable has the fully qualified path.
2017-01-08 10:23:46 +01:00
..
fgai Use a Cmake imported target for SimGear 2016-10-30 22:15:54 +00:00
fgcom Use a Cmake imported target for SimGear 2016-10-30 22:15:54 +00:00
fgelev fgelev: add option to print solidness of terrain 2016-11-08 10:42:48 +01:00
fgpanel Geoff McLane: 2017-01-08 10:23:46 +01:00
fgqcanvas Work on Remote-Canvas 2016-12-28 22:01:29 +01:00
fgviewer Use a Cmake imported target for SimGear 2016-10-30 22:15:54 +00:00
GPSsmooth Use a Cmake imported target for SimGear 2016-10-30 22:15:54 +00:00
gui Goodbye automake. 2011-11-01 11:15:53 +00:00
js_server Goodbye automake. 2011-11-01 11:15:53 +00:00
metarproxy Replace the NOAA METAR URL with the new, updated one 2016-08-04 20:34:34 +02:00
Modeller Goodbye automake. 2011-11-01 11:15:53 +00:00
propmerge Goodbye automake. 2011-11-01 11:15:53 +00:00
stgmerge Fix compiling stgmerge.cxx in C++11 mode. 2016-12-03 08:13:39 -08:00
TerraSync Use a Cmake imported target for SimGear 2016-10-30 22:15:54 +00:00
traffic Some prepratory work for FGTraffic 2020: Added utils/traffic, a sample C++ source/header file, and the necessary changes in the CMakefile system to allow automatic compilation. 2016-11-20 12:52:21 +01:00
xmlgrep Point to the new location of the ZeroXML library that contains xmlgrep 2012-05-24 20:24:21 +02:00
CMakeLists.txt Make FGQCanvas a bit more optional. 2016-12-19 17:54:37 +00:00