Files
neochat/cmake/Flatpak.cmake
Tobias Fella 6351454759 CMake Cleanup
2020-12-25 17:59:50 +01:00

12 lines
279 B
CMake

include(GNUInstallDirs)
# Include FontConfig config which uses the Emoji One font from the
# KDE Flatpak SDK.
install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/cmake/Flatpak/99-noto-mono-color-emoji.conf
DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}/fonts/conf.d/
)