[cmake] Collect files specific to cmake in `builds/cmake'.

* builds/FindHarfBuzz.cmake: Move to ...
* builds/cmake/FindHarfBuzz.cmake: ... this place.

* CMakeLists.txt (CMAKE_MODULE_PATH): Updated.
This commit is contained in:
Werner Lemberg 2015-11-27 06:47:13 +01:00
parent 8f982b3881
commit 5b3446b012
3 changed files with 10 additions and 1 deletions

View File

@ -127,7 +127,7 @@ endif ()
# Add local cmake modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/builds)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/builds/cmake)
if (BUILD_FRAMEWORK)

View File

@ -1,3 +1,12 @@
2015-11-27 Werner Lemberg <wl@gnu.org>
[cmake] Collect files specific to cmake in `builds/cmake'.
* builds/FindHarfBuzz.cmake: Move to ...
* builds/cmake/FindHarfBuzz.cmake: ... this place.
* CMakeLists.txt (CMAKE_MODULE_PATH): Updated.
2015-11-27 Alexander Bock <alexander.j.bock@nasa.gov>
CMakeLists.txt: Honour new command line flag `FREETYPE_NO_DIST'.