*/}}
Browse Source

Windows adaptation

YimingWu 1 year ago
parent
commit
1506dcc707
1 changed files with 8 additions and 0 deletions
  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"
+)