From 16bc5532dbe836606de36b3da10c1958922d1bc3 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Wed, 2 Feb 2022 09:45:51 -0500 Subject: [PATCH] add alias (for building from Spack) --- src/csg/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/csg/CMakeLists.txt b/src/csg/CMakeLists.txt index 4807a8c..4990c8b 100644 --- a/src/csg/CMakeLists.txt +++ b/src/csg/CMakeLists.txt @@ -20,6 +20,7 @@ if (CSG_CGAL_ENABLED) endif() add_library(csg-eb ${csg-eb_SOURCES}) +add_library(CsgEb::csg-eb ALIAS csg-eb) target_link_libraries(csg-eb PRIVATE stdc++fs -- GitLab