Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sese] update usage #41407

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions ports/sese/001-msvc-pdbs.patch

This file was deleted.

2 changes: 0 additions & 2 deletions ports/sese/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ vcpkg_from_github(
REPO libsese/sese
REF "${VERSION}"
SHA512 a1008c351ea3e8745d629bdcceb4a6d089ae5a84137bbd49b8abbbb271032ddf279e9b20f155181b6a7d3d8cb17c2ec2f1b7a12464fb0cac8402628e473966cb
PATCHES
001-msvc-pdbs.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
7 changes: 2 additions & 5 deletions ports/sese/usage
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
sese provides CMake targets:

find_package(sese CONFIG REQUIRED)
# build full features
target_link_libraries(main PRIVATE Sese::Core)
# build only plugin
target_link_libraries(main PRIVATE Sese::Plugin)
find_package(sese CONFIG REQUIRED)
target_link_libraries(main PRIVATE Sese::Core)
1 change: 1 addition & 0 deletions ports/sese/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "sese",
"version": "2.3.0",
"port-version": 1,
"description": "A cross-platform framework for basic components.",
"homepage": "https://github.com/libsese/sese",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8230,7 +8230,7 @@
},
"sese": {
"baseline": "2.3.0",
"port-version": 0
"port-version": 1
},
"sf2cute": {
"baseline": "0.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sese.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"git-tree": "d2af951334877cf8e111e3da423abfccd941f587",
"version": "2.3.0",
"port-version": 0
},
{
"git-tree": "b2cc673efeb589600f46fa5aa3c4c19a4648e90d",
"version": "2.3.0",
"port-version": 1
}
]
}