mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:25:04 +08:00
cf1fda5443
* [getopt-win32] Allow using it as a package * [getopt-win32] Update port version * [getopt-win32] Fix quotes * [getopt-win32] Update port version
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
getopt-win32 provides CMake targets:
|
|
|
|
find_package(unofficial-getopt-win32 REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::getopt-win32::getopt)
|