vcpkg/ports/getopt-win32/usage
tdcosta100 cf1fda5443
[getopt-win32] Allow use as a CMake package (#28192)
* [getopt-win32] Allow using it as a package

* [getopt-win32] Update port version

* [getopt-win32] Fix quotes

* [getopt-win32] Update port version
2022-12-09 15:30:15 -08:00

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)