From 0676f4eb9d97c45e21db14d66f35665fed6f51fd Mon Sep 17 00:00:00 2001 From: Aleksey Loginov Date: Mon, 22 Aug 2022 12:30:41 +0300 Subject: [PATCH] Minor update for cmake --- src/rpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rpp/CMakeLists.txt b/src/rpp/CMakeLists.txt index 76fca23ef..773891f1b 100644 --- a/src/rpp/CMakeLists.txt +++ b/src/rpp/CMakeLists.txt @@ -16,6 +16,8 @@ else() add_library(rpp INTERFACE ${FILES}) endif() +add_library(RPP::rpp ALIAS rpp) + # target_sources(rpp INTERFACE ${FILES}) target_include_directories(rpp INTERFACE