mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:49:09 +08:00
[boinc] Add missed include file and target link library (#20951)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
a924ea2372
commit
2ebab53086
@ -35,6 +35,7 @@ set(LIBBOINC_HEADERS_GENERIC
|
||||
lib/cal_boinc.h
|
||||
lib/cc_config.h
|
||||
lib/cert_sig.h
|
||||
lib/cl_boinc.h
|
||||
lib/common_defs.h
|
||||
lib/coproc.h
|
||||
lib/crypt.h
|
||||
@ -223,6 +224,10 @@ target_link_libraries(boinc PRIVATE
|
||||
OpenSSL::Crypto
|
||||
)
|
||||
|
||||
target_link_libraries(boincapi PRIVATE
|
||||
boinc
|
||||
)
|
||||
|
||||
install(TARGETS boinc boincapi EXPORT boinc-config
|
||||
RUNTIME DESTINATION bin
|
||||
ARCHIVE DESTINATION lib
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "boinc",
|
||||
"version": "7.18.1",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Open-source software for volunteer computing and grid computing.",
|
||||
"homepage": "https://boinc.berkeley.edu/",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ee6667eb5cf5a3fee75fd35de998ad322c5999ff",
|
||||
"version": "7.18.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "47766741495b79066e3e24b1547684024b9e16b8",
|
||||
"version": "7.18.1",
|
||||
|
@ -506,7 +506,7 @@
|
||||
},
|
||||
"boinc": {
|
||||
"baseline": "7.18.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"bond": {
|
||||
"baseline": "9.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user