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

Lagom: Add an install target

This is used by libjs-test262-runner to be able to copy the libraries
within its own build directory in order to link with them.
This commit is contained in:
sin-ack 2021-06-17 09:49:19 +00:00 committed by Linus Groh
parent c62804df46
commit e2215cc0e1

View file

@ -260,6 +260,8 @@ if (BUILD_LAGOM)
)
endforeach()
endif()
install(TARGETS Lagom LagomCore)
endif()
if (ENABLE_FUZZER_SANITIZER OR ENABLE_OSS_FUZZ)