Changed freetype plugin to utilize CMake's FindFreetype.cmake rather than use a local one.

This commit is contained in:
Robert Osfield
2016-06-01 15:51:49 +01:00
parent 5c5753682b
commit 853fad71ae
2 changed files with 3 additions and 142 deletions

View File

@@ -22,6 +22,8 @@ SET(TARGET_H
)
SET(TARGET_ADDED_LIBRARIES osgText )
SET(TARGET_LIBRARIES_VARS FREETYPE_LIBRARY )
SET(TARGET_EXTERNAL_LIBRARIES ${FREETYPE_LIBRARIES} )
#### end var setup ###
SETUP_PLUGIN(freetype)