diff --git a/src/csg/CMakeLists.txt b/src/csg/CMakeLists.txt index 4807a8cf914ce6221840f3cc028c9e1c29dc5090..4990c8b737d6ea7c634c6d75859720fd0db92782 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