missing include
This commit is contained in:
parent
68caee5c2b
commit
0464e8e5d7
@ -7,6 +7,9 @@ cmake_minimum_required(VERSION 2.8)
|
|||||||
#find dependencies
|
#find dependencies
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
find_package(Freetype)
|
find_package(Freetype)
|
||||||
|
if (FREETYPE_FOUND)
|
||||||
|
include_directories( ${FREETYPE_INCLUDE_DIRS})
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(NANA_ENABLE_PNG "Enable the use of PNG" ON)
|
option(NANA_ENABLE_PNG "Enable the use of PNG" ON)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user