We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e65e7 commit 60a54f4Copy full SHA for 60a54f4
CMakeLists.txt
@@ -336,7 +336,7 @@ endif()
336
# Ascii image data #
337
####################
338
339
-file(GLOB LOGO_FILES "src/logo/ascii/*.txt")
+file(GLOB LOGO_FILES CONFIGURE_DEPENDS "src/logo/ascii/*.txt")
340
set(LOGO_BUILTIN_H "#pragma once\n#pragma GCC diagnostic ignored \"-Wtrigraphs\"\n\n")
341
foreach(file ${LOGO_FILES})
342
fastfetch_load_text("${file}" content)
0 commit comments