diff options
Diffstat (limited to 'modules/FindFreetype.cmake')
-rw-r--r-- | modules/FindFreetype.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/FindFreetype.cmake b/modules/FindFreetype.cmake index 8a11dc40..8fdb1692 100644 --- a/modules/FindFreetype.cmake +++ b/modules/FindFreetype.cmake @@ -5,6 +5,11 @@ # FREETYPE_INCLUDE_DIR - the FONTCONFIG include directory # FREETYPE_LIBRARIES - Link these to use FREETYPE # +# Copyright (c) 2006, Laurent Montel, <montel@kde.org> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (FREETYPE_LIBRARIES AND FREETYPE_INCLUDE_DIR) |