Meta: Add the base64 utility to the Lagom build

Useful for profiling.
This commit is contained in:
Timothy Flynn 2024-03-20 11:10:50 -04:00 committed by Andreas Kling
parent b7d28ee57d
commit d6884a5d6f
Notes: sideshowbarker 2024-07-16 23:52:22 +09:00

View File

@ -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)