File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments