File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ vcpkg_check_linkage (ONLY_STATIC_LIBRARY )
2
+
3
+ vcpkg_from_github (
4
+ OUT_SOURCE_PATH SOURCE_PATH
5
+ REPO eljonny/TestCPP
6
+ REF "v${VERSION} "
7
+ SHA512 a47803b2e36cc5ed6055d27865d61225368daaebefe615d22afb2055b4da6ff44a8da8a4bee72f7f35bb9a53ebc12229143b16401391cef130818f105a42df3e
8
+ HEAD_REF main
9
+ )
10
+
11
+ vcpkg_cmake_configure (
12
+ SOURCE_PATH "${SOURCE_PATH} "
13
+ )
14
+
15
+ vcpkg_cmake_install ()
16
+
17
+ vcpkg_cmake_config_fixup (
18
+ DO_NOT_DELETE_PARENT_CONFIG_PATH
19
+ CONFIG_PATH "lib/cmake"
20
+ )
21
+
22
+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
23
+
24
+ file (INSTALL "${SOURCE_PATH} /LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " RENAME copyright )
25
+ configure_file ("${CMAKE_CURRENT_LIST_DIR} /usage" "${CURRENT_PACKAGES_DIR} /share/${PORT} /usage" COPYONLY )
Original file line number Diff line number Diff line change
1
+ eljonny-testcpp provides CMake targets:
2
+
3
+ find_package(TestCPP CONFIG REQUIRED)
4
+ target_link_libraries(main PRIVATE cpptesting::TestCPP)
5
+
6
+ See https://github.com/eljonny/TestCPP/blob/main/README.md for more information
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " eljonny-testcpp" ,
3
+ "version" : " 0.3.0-beta.4" ,
4
+ "description" : " A simple C++ test framework with no dependencies other than C++11 STL." ,
5
+ "homepage" : " https://github.com/eljonny/TestCPP" ,
6
+ "license" : " Unlicense" ,
7
+ "dependencies" : [
8
+ {
9
+ "name" : " vcpkg-cmake" ,
10
+ "host" : true
11
+ },
12
+ {
13
+ "name" : " vcpkg-cmake-config" ,
14
+ "host" : true
15
+ }
16
+ ]
17
+ }
Original file line number Diff line number Diff line change 2672
2672
"baseline" : " 0.193" ,
2673
2673
"port-version" : 0
2674
2674
},
2675
+ "eljonny-testcpp" : {
2676
+ "baseline" : " 0.3.0-beta.4" ,
2677
+ "port-version" : 0
2678
+ },
2675
2679
"embree3" : {
2676
2680
"baseline" : " 3.13.5" ,
2677
2681
"port-version" : 4
Original file line number Diff line number Diff line change
1
+ {
2
+ "versions" : [
3
+ {
4
+ "git-tree" : " 0ea650f4ac3c7a41b7ac6593c600ddceeef27fa0" ,
5
+ "version" : " 0.3.0-beta.4" ,
6
+ "port-version" : 0
7
+ }
8
+ ]
9
+ }
You can’t perform that action at this time.
0 commit comments