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)