mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
This commit is contained in:
parent
cfa560b585
commit
a293ce5897
@ -10,3 +10,11 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
|
||||
install(
|
||||
TARGETS concurrencpp
|
||||
@@ -126,7 +126,6 @@ install(
|
||||
COMPONENT concurrencpp_Development
|
||||
INCLUDES
|
||||
DESTINATION "${concurrencpp_include_directory}"
|
||||
- COMPONENT concurrencpp_Development
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
COMPONENT concurrencpp_Runtime
|
||||
NAMELINK_COMPONENT concurrencpp_Development
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "concurrencpp",
|
||||
"version": "0.1.6",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"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",
|
||||
|
@ -1698,7 +1698,7 @@
|
||||
},
|
||||
"concurrencpp": {
|
||||
"baseline": "0.1.6",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"concurrentqueue": {
|
||||
"baseline": "1.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "80e475aa0cf6a50936090964cdd032108453eade",
|
||||
"version": "0.1.6",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "692f9ce2162c5dd6ee54170400c4df33aaec6b5d",
|
||||
"version": "0.1.6",
|
||||
|
Loading…
Reference in New Issue
Block a user