From e2215cc0e1d192ddc5c4694273314cf24a206361 Mon Sep 17 00:00:00 2001 From: sin-ack Date: Thu, 17 Jun 2021 09:49:19 +0000 Subject: [PATCH] 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. --- Meta/Lagom/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 1a350fdcbd..9b98790da5 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -260,6 +260,8 @@ if (BUILD_LAGOM) ) endforeach() endif() + + install(TARGETS Lagom LagomCore) endif() if (ENABLE_FUZZER_SANITIZER OR ENABLE_OSS_FUZZ)