Skip to content

Commit

Permalink
manifold alias (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 authored Nov 16, 2024
1 parent d9bc83a commit 7de71d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if(TBB_INCLUDE_DIRS)
endif()

add_library(manifold ${MANIFOLD_SRCS} ${MANIFOLD_PRIVATE_HDRS})
add_library(manifold::manifold ALIAS manifold)
set_property(TARGET manifold PROPERTY VERSION "${MANIFOLD_VERSION}")
set_property(TARGET manifold PROPERTY SOVERSION ${MANIFOLD_VERSION_MAJOR})
if(MSVC)
Expand Down

0 comments on commit 7de71d4

Please sign in to comment.