*/}}
Quellcode durchsuchen

Windows adaptation

YimingWu vor 2 Jahren
Ursprung
Commit
1506dcc707
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      lagui-config.cmake

+ 8 - 0
lagui-config.cmake

@@ -107,3 +107,11 @@ set(CMAKE_CXX_FLAGS_UBSAN
     "-fsanitize=undefined"
     CACHE STRING "Flags used by the C++ compiler during UndefinedBehaviourSanitizer builds."
 	FORCE)
+
+set(LAGUI_FONTS
+    "NotoEmoji-Regular.ttf"
+    "NotoSansCJK-Regular.ttc"
+    "NotoSansMono-Regular.ttf"
+    "NotoSansSymbols-Regular.ttf"
+    "NotoSansSymbols2-Regular.ttf"
+)