ddnet/cmake/FindFreetype.cmake

6 lines
183 B
CMake
Raw Normal View History

find_package(PkgConfig QUIET)
2017-02-23 13:42:16 +00:00
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)