File tree Expand file tree Collapse file tree 5 files changed +48
-0
lines changed
ports/cmake-forward-arguments Expand file tree Collapse file tree 5 files changed +48
-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
+ polysquare/cmake-forward-arguments
6
+ REF
7
+ v${VERSION}
8
+ SHA512
9
+ 493a1eb1cd09388d2b6119a2b1d0dd66e0ce8da1471188f121e6d6364ffd6e2a8ba705de2f8f66207f53e41b9650f90cbcbf0b1d658372d0c3b30cf420b8ae49
10
+ )
11
+
12
+ vcpkg_cmake_module (PATH_LIST ${SOURCE_PATH} /ForwardArguments.cmake )
13
+
14
+ file (INSTALL ${CMAKE_CURRENT_LIST_DIR} /usage
15
+ DESTINATION ${CURRENT_PACKAGES_DIR} /share/${PORT} )
16
+
17
+ vcpkg_install_copyright (FILE_LIST ${SOURCE_PATH} /LICENCE.md )
18
+ set (VCPKG_POLICY_EMPTY_PACKAGE enabled )
Original file line number Diff line number Diff line change
1
+ The package cmake-forward-arguments provides CMake modules:
2
+
3
+ find_package(cmake-forward-arguments REQUIRED)
4
+ include(cmake-forward-arguments/ForwardArguments)
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " cmake-forward-arguments" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Cherry pick parts of variable-length argument lists to forward on to callees in CMake" ,
5
+ "homepage" : " https://github.com/polysquare/cmake-forward-arguments" ,
6
+ "license" : " MIT" ,
7
+ "dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake-module" ,
10
+ "host" : true
11
+ }
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 16
16
"baseline" : " 0.38.6" ,
17
17
"port-version" : 2
18
18
},
19
+ "cmake-forward-arguments" : {
20
+ "baseline" : " 1.0.0" ,
21
+ "port-version" : 0
22
+ },
19
23
"cmake-modules" : {
20
24
"baseline" : " 1.1.0" ,
21
25
"port-version" : 0
Original file line number Diff line number Diff line change
1
+ {
2
+ "versions" : [
3
+ {
4
+ "git-tree" : " 547793a55a6b67c3e67a4693f95ed4b0f0068280" ,
5
+ "version" : " 1.0.0" ,
6
+ "port-version" : 0
7
+ }
8
+ ]
9
+ }
You can’t perform that action at this time.
0 commit comments