missing include

This commit is contained in:
Robert Hauck 2015-02-11 13:57:48 +01:00
parent 68caee5c2b
commit 0464e8e5d7

View File

@ -7,6 +7,9 @@ cmake_minimum_required(VERSION 2.8)
#find dependencies
if(UNIX)
find_package(Freetype)
if (FREETYPE_FOUND)
include_directories( ${FREETYPE_INCLUDE_DIRS})
endif()
endif()
option(NANA_ENABLE_PNG "Enable the use of PNG" ON)