fix for linux build (Fedora 21)
This commit is contained in:
parent
5afe02cdd4
commit
68caee5c2b
@ -4,6 +4,10 @@
|
|||||||
project(nana)
|
project(nana)
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
|
#find dependencies
|
||||||
|
if(UNIX)
|
||||||
|
find_package(Freetype)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(NANA_ENABLE_PNG "Enable the use of PNG" ON)
|
option(NANA_ENABLE_PNG "Enable the use of PNG" ON)
|
||||||
if(NANA_ENABLE_PNG)
|
if(NANA_ENABLE_PNG)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user