1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:17:35 +00:00

Lagom: Fix target name

This commit is contained in:
Sergey Bugaev 2020-06-01 16:55:00 +03:00 committed by Andreas Kling
parent b5f827d560
commit 80f671e16c

View file

@ -4,6 +4,6 @@ target_compile_options(FuzzJs
)
target_link_libraries(FuzzJs
PUBLIC lagom
PUBLIC Lagom
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
)