File tree Expand file tree Collapse file tree 5 files changed +50
-0
lines changed
ports/robotology-cmake-ycm Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ vcpkg_from_github (
2
+ OUT_SOURCE_PATH
3
+ SOURCE_PATH
4
+ REPO
5
+ robotology/ycm
6
+ REF
7
+ v${VERSION}
8
+ SHA512
9
+ d033a4880204fde2335668e2881580e1951269205713386b1ca4ef0509b9d6160bc9e802f29c5a3ed93ff777066d8c63bf49d9a6db29e7ecd3b4ddd812e4207b
10
+ )
11
+
12
+ file (GLOB items ${SOURCE_PATH} /* )
13
+ list (FILTER items EXCLUDE REGEX [[deprecated|tests|LICENSES|.reuse|.github]] )
14
+ vcpkg_cmake_module (PATH_LIST ${items} )
15
+
16
+ file (INSTALL ${CMAKE_CURRENT_LIST_DIR} /usage
17
+ DESTINATION ${CURRENT_PACKAGES_DIR} /share/${PORT} )
18
+
19
+ vcpkg_install_copyright (FILE_LIST ${SOURCE_PATH} /LICENSE )
20
+ set (VCPKG_POLICY_EMPTY_PACKAGE enabled )
Original file line number Diff line number Diff line change
1
+ The package robotology-cmake-ycm provides CMake modules:
2
+
3
+ find_package(robotology-cmake-ycm REQUIRED)
4
+ include(robotology-cmake-ycm/modules/GitInfo)
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " robotology-cmake-ycm" ,
3
+ "version" : " 0.15.3" ,
4
+ "description" : " Extra CMake Modules for YARP and friends." ,
5
+ "homepage" : " https://github.com/robotology/ycm" ,
6
+ "license" : " BSD-1-Clause" ,
7
+ "dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake-module" ,
10
+ "host" : true
11
+ }
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 24
24
"baseline" : " 9b5d77ca0d8731ab2891aa17ef18a143ef90eef2" ,
25
25
"port-version" : 0
26
26
},
27
+ "robotology-cmake-ycm" : {
28
+ "baseline" : " 0.15.3" ,
29
+ "port-version" : 0
30
+ },
27
31
"rpavlik-cmake-modules" : {
28
32
"baseline" : " d66fc5dec3eaea3a4f9778ceeeb65cbec490b5b9" ,
29
33
"port-version" : 0
Original file line number Diff line number Diff line change
1
+ {
2
+ "versions" : [
3
+ {
4
+ "git-tree" : " e4a3c2d3a511fe56bcac8de247f83d1ae2d64942" ,
5
+ "version" : " 0.15.3" ,
6
+ "port-version" : 0
7
+ }
8
+ ]
9
+ }
You can’t perform that action at this time.
0 commit comments