mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[lionkor-commandline] Update to 2.2.0 (#31184)
* [lionkor-commandline] Update to 2.2.0 * ver
This commit is contained in:
parent
d46c6ba36f
commit
6936bb6eed
@ -1,10 +1,11 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b4db57c..7ace55c 100644
|
||||
index b04634b..ba08ef4 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -22,3 +22,5 @@ if(BUILD_EXAMPLES)
|
||||
target_link_libraries(test commandline)
|
||||
@@ -44,3 +44,5 @@ if(BUILD_EXAMPLES)
|
||||
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT commandline_test)
|
||||
endif()
|
||||
|
||||
+set_target_properties(commandline PROPERTIES PUBLIC_HEADER "commandline.h")
|
||||
+install(TARGETS commandline RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib PUBLIC_HEADER DESTINATION include)
|
||||
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lionkor/commandline
|
||||
REF 01434c11aaf82d37a126dc70f5aa02cc523dbbb4
|
||||
SHA512 fb9554c07d13aa4c5d84f8288ad39e67ab302da4b286172e0f8fbc22b351234a83fb60f1c085a238d10477a379fded32302338cbddbe7ee0fdda54c6c4a75593
|
||||
REF v${VERSION}
|
||||
SHA512 55473defd4e3837497c552511fdf0552a7a51a8510363d58f436b657e149241e23439c23622a42cf377bc94c8da502cf75e3ce70331e295520b427328bc0a140
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
add-install.patch
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "lionkor-commandline",
|
||||
"version-semver": "2.0.0",
|
||||
"version-semver": "2.2.0",
|
||||
"description": "A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.",
|
||||
"homepage": "https://github.com/lionkor/commandline/",
|
||||
"license": "MIT",
|
||||
"supports": "!osx & !uwp",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -4849,7 +4849,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"lionkor-commandline": {
|
||||
"baseline": "2.0.0",
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"litehtml": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5588648e1995f79458647db04b18ddf68c6ddcd6",
|
||||
"version-semver": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bb56d3f901805ac69ea5d7bd27a07b789f3232e5",
|
||||
"version-semver": "2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user