freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Question about CMakeLists.txt


From: Werner LEMBERG
Subject: Re: [ft-devel] Question about CMakeLists.txt
Date: Sat, 17 May 2014 17:24:05 +0200 (CEST)

> Hi, there is one thing in CMakeLists.txt that I don't get actually.
> There is an include/config/ftconfig.h file.
> When generating build files with cmake it creates one more file:
> include/freetype2/ftconfig.h
> Can someone explain to why we need two ftconfig.h files that are both
> installed to /usr/include?

Ideally, only one `ftconfig.h' should be installed, namely the one
generated from `builds/unix/ftconfig.in'.  However, I guess that
installing it as `include/freetype2/ftconfig.h' ensures that it is
always found before `include/freetype2/config/ftconfig.h'...

Can you fix this?


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]