|
b56270d2
|
2018-12-13T21:38:23
|
|
fix building DLL on Windows
Without FTGL_LIBRARY all symbols are declared to be imported instead of
exported and linking the library fails.
|
|
3c0fdf36
|
2018-11-21T01:50:09
|
|
set version number to 2.3.1
|
|
d48ee410
|
2018-10-14T21:28:21
|
|
set version number to 2.3.0, prepare for release
|
|
5bc9d6a7
|
2016-07-05T14:17:32
|
|
cmake: export to cmake/ on Windows
Windows doesn't look for a subdirectory here.
|
|
45f4ec1f
|
2016-02-25T15:31:02
|
|
cmake: install a proper config file
FTGL knows exactly what is necessary for its install, so a config file
is more appropriate. A "FindDep" module is meant for projects which need
"Dep" which doesn't ship a configuration file.
|
|
86484628
|
2012-09-15T20:50:01
|
|
a new deb version with the tests
|
|
aa9eafff
|
2012-08-23T20:39:01
|
|
got the unit tests to compile with cxxtest from https://launchpad.net/~dhart/+archive/ppa
|
|
d7d4594e
|
2012-06-13T21:27:56
|
|
added polygon extraction
|