mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:40:37 +08:00
parent
429328f80a
commit
a425267b97
@ -1,3 +1,5 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO David-Haim/concurrencpp
|
||||
@ -18,4 +20,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/concurrencpp-0.1.4)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/concurrencpp RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "concurrencpp",
|
||||
"version": "0.1.4",
|
||||
"port-version": 1,
|
||||
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
|
||||
"homepage": "https://github.com/David-Haim/concurrencpp/",
|
||||
"license": "MIT",
|
||||
"supports": "(windows & static) | linux | osx",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1542,7 +1542,7 @@
|
||||
},
|
||||
"concurrencpp": {
|
||||
"baseline": "0.1.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"concurrentqueue": {
|
||||
"baseline": "1.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ecae9e070ec807384d676e49c413118174487f6a",
|
||||
"version": "0.1.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "180b2c3ae47ddd4832fd3d6f8359728a6eda1094",
|
||||
"version": "0.1.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user