Skip to content

Commit c30dd0b

Browse files
Simplifying matplot example
1 parent 5400c5f commit c30dd0b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Examples/MatplotExample.cpp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ Defines: ["MATPLOT_BUILD_HIGH_RESOLUTION_WORLD_MAP"]
1515
LibraryType: Shared
1616
IncludePaths: ["./source", "./build/source/matplot"]
1717
LinkProperties:
18-
Unix:
19-
DefaultProfile:
20-
SearchLibraryNames: ["libmatplot.so.1"]
21-
ExcludeLibraryNames: ["libmatplot.so.1.2.0"]
22-
SearchDirectories: ["./build/source/matplot"]
23-
Windows:
24-
DefaultProfile:
25-
SearchLibraryNames: ["matplot"]
26-
SearchDirectories: ["./build/source/matplot/debug"]
18+
SearchLibraryNames: ["matplot"]
19+
ExcludeLibraryNames: ["libmatplot.so.1.2.0"]
20+
SearchDirectories: ["./build/source/matplot", "./build/source/matplot/debug"]
2721
Setup:
2822
- "mkdir build"
2923
- "cd build && cmake .. -DMATPLOTPP_BUILD_WITH_SANITIZERS=OFF -DMATPLOTPP_BUILD_EXAMPLES=OFF -DMATPLOTPP_BUILD_INSTALLER=OFF -DMATPLOTPP_BUILD_PACKAGE=OFF -DBUILD_SHARED_LIBS=ON"

0 commit comments

Comments
 (0)