CMake: Add builtins

This commit is contained in:
Jonathan G Rennison
2020-06-27 14:58:30 +01:00
parent 39eaa94435
commit e05fa5c1c3
2 changed files with 35 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ if (NOT WIN32)
find_package(Fontconfig)
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
find_package(XDG_basedir)
find_package(Builtins)
endif (NOT WIN32)
if (APPLE)
find_package(Iconv)