ddnet/cmake/FindFreetype.cmake

6 lines
177 B
CMake
Raw Normal View History

2017-02-23 13:42:16 +00:00
find_package(PkgConfig)
pkg_check_modules(FREETYPE freetype2)
include(FindPackageHandleStandardArgs)
2017-02-23 13:42:16 +00:00
find_package_handle_standard_args(Freetype DEFAULT_MSG FREETYPE_LIBRARIES)