mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[vcpkg baseline] Move cspice headers (#23272)
* move headers into own subdir * add license * version stuff Co-authored-by: Alexander Neumann <you@example.com>
This commit is contained in:
parent
b86c0c35b8
commit
6750a2836a
@ -29,7 +29,7 @@ endif ()
|
||||
|
||||
if (NOT _SKIP_HEADERS)
|
||||
file(GLOB SPICE_HEADERS ${INCLUDE_PATH}/*.h)
|
||||
install(FILES ${SPICE_HEADERS} DESTINATION include)
|
||||
install(FILES ${SPICE_HEADERS} DESTINATION include/cspice)
|
||||
endif()
|
||||
|
||||
set_target_properties(
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "cspice",
|
||||
"version": "67",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "NASA C SPICE toolkit",
|
||||
"homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html",
|
||||
"license": null,
|
||||
"supports": "!((arm | arm64) & windows)",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -1674,7 +1674,7 @@
|
||||
},
|
||||
"cspice": {
|
||||
"baseline": "67",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"ctbignum": {
|
||||
"baseline": "2019-08-02",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1da82692c98d788552288f73818983fc3b561b7b",
|
||||
"version": "67",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "2ad682ffd7b5b7cb6316fd77dc99dda7e6100731",
|
||||
"version": "67",
|
||||
|
Loading…
x
Reference in New Issue
Block a user