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
Notes: sideshowbarker 2024-07-19 05:55:11 +09:00

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