Added the FindFreetype.cmake CMake module, set the minimum require CMake version to 2.8.3 and fixed the paths to the FreeType headers.

This commit is contained in:
Lukas Dürrenberger 2015-03-11 08:46:40 +01:00
parent 426b137516
commit d53338298a
3 changed files with 163 additions and 9 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.3)
# define a macro that helps defining an option
macro(sfml_set_option var default type docstring)