mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +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:
parent
c62804df46
commit
e2215cc0e1
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ if (BUILD_LAGOM)
|
||||||
)
|
)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(TARGETS Lagom LagomCore)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_FUZZER_SANITIZER OR ENABLE_OSS_FUZZ)
|
if (ENABLE_FUZZER_SANITIZER OR ENABLE_OSS_FUZZ)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue