File tree 4 files changed +40
-0
lines changed
4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # header-only library
2
+ set (VCPKG_BUILD_TYPE release)
3
+
4
+ vcpkg_from_github(
5
+ OUT_SOURCE_PATH SOURCE_PATH
6
+ REPO aparis69/MarchingCubeCpp
7
+ REF f03a1b3ec29b1d7d865691ca8aea4f1eb2c2873d
8
+ SHA512 879204bbfe6a9ad6a6b050b2ba5126884e0b7d01c883d7319dc1deed0c3f6d1658493ba4b39bfcce8c9643739e812d2d69cdbd9be92cd728e0fcccfeb64f898e
9
+ )
10
+
11
+ # Install source files
12
+ file (INSTALL
13
+ "${SOURCE_PATH} /MC.h"
14
+ "${SOURCE_PATH} /noise.h"
15
+ DESTINATION
16
+ "${CURRENT_PACKAGES_DIR} /include/${PORT} "
17
+ )
18
+
19
+ # Install license
20
+ vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH} /README.md" )
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " marchingcubecpp" ,
3
+ "version-date" : " 2023-09-11" ,
4
+ "description" : " Marching cube implementation." ,
5
+ "homepage" : " https://github.com/aparis69/MarchingCubeCpp" ,
6
+ "license" : " MIT"
7
+ }
Original file line number Diff line number Diff line change 5812
5812
"baseline" : " 24.08.2" ,
5813
5813
"port-version" : 1
5814
5814
},
5815
+ "marchingcubecpp" : {
5816
+ "baseline" : " 2023-09-11" ,
5817
+ "port-version" : 0
5818
+ },
5815
5819
"mariadb-connector-cpp" : {
5816
5820
"baseline" : " 1.1.5" ,
5817
5821
"port-version" : 0
Original file line number Diff line number Diff line change
1
+ {
2
+ "versions" : [
3
+ {
4
+ "git-tree" : " 905890d4ab4df5bbf4a358fb34c6fb4eb711477e" ,
5
+ "version-date" : " 2023-09-11" ,
6
+ "port-version" : 0
7
+ }
8
+ ]
9
+ }
You can’t perform that action at this time.
0 commit comments