瀏覽代碼

Meta: Add the base64 utility to the Lagom build

Useful for profiling.
Timothy Flynn 1 年之前
父節點
當前提交
d6884a5d6f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Meta/Lagom/CMakeLists.txt

+ 2 - 0
Meta/Lagom/CMakeLists.txt

@@ -552,6 +552,8 @@ if (BUILD_LAGOM)
             lagom_utility(adjtime SOURCES ../../Userland/Utilities/adjtime.cpp LIBS LibMain)
         endif()
 
+        lagom_utility(base64 SOURCES ../../Userland/Utilities/base64.cpp LIBS LibMain)
+
         # FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
         #        for Lagom on Apple M1
         if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64" AND NOT EMSCRIPTEN)