Skip to content

Commit 28001e1

Browse files
committed
Create extra matplot++ alias target to match the package name.
1 parent f1b9bce commit 28001e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/matplot/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ add_library(matplot
9090
freestanding/plot.h
9191
)
9292

93-
# Target alias
93+
# Target aliases
9494
add_library(Matplot++::matplot ALIAS matplot)
95+
add_library(Matplot++::matplot++ ALIAS matplot)
9596

9697
# Include dirs
9798
target_include_directories(matplot

0 commit comments

Comments
 (0)