Skip to content
Snippets Groups Projects

add alias (for building from Spack)

Merged Mark Meredith requested to merge alias into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading