mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
024a041b66
* Add first draft port for matchit * Adjust formatting * Add version for matchit * Update matchit to v1.0.1 * Run vcpkg x-add-version for v1.0.1 * Fix typo in command for copying license file * Remove installation of redudant files * Add usage instructions * Update license info in vcpkg.json * FIX: revert license change info to libzippp Previous commit incorrectly change the license for the port libzippp. This commit fixes that. * Run vcpkg x-add-version * Update ports/matchit/portfile.cmake Change HEAD_REF to main Co-authored-by: Bowen Fu <BowenFu@users.noreply.github.com> * Run vcpkg xdg-version * Add command for installing usage file * Run vcpkg x-add-version * Update matchit.json * Use quoted variables in portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Run x-add-version Co-authored-by: Bowen Fu <BowenFu@users.noreply.github.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
The package matchit provides CMake targets:
|
|
|
|
find_package(matchit CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE matchit::matchit)
|