12 lines
279 B
CMake
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/
|
|
)
|
|
|