Distributed Ubuntu fonts for Bloom Insight

This commit is contained in:
Nav
2021-09-25 01:10:01 +01:00
parent 551dc24e0e
commit ba4acd1629
23 changed files with 665 additions and 0 deletions

View File

@@ -195,6 +195,15 @@ add_custom_command(
${CMAKE_CURRENT_SOURCE_DIR}/src/resources.qrc
)
# Copy resources/fonts into build/resources/Fonts
add_custom_command(
TARGET Bloom
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/resources/fonts
${CMAKE_CURRENT_SOURCE_DIR}/build/resources/Fonts
)
# Copy resources/udevrules/99-bloom.rules to build/resources/UDevRules/99-bloom.rules
add_custom_command(
TARGET Bloom