diff options
Diffstat (limited to 'vcpkg/ports/getopt-win32/usage')
| -rw-r--r-- | vcpkg/ports/getopt-win32/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/getopt-win32/usage b/vcpkg/ports/getopt-win32/usage new file mode 100644 index 0000000..42843a0 --- /dev/null +++ b/vcpkg/ports/getopt-win32/usage @@ -0,0 +1,4 @@ +getopt-win32 provides CMake targets: + + find_package(unofficial-getopt-win32 REQUIRED) + target_link_libraries(main PRIVATE unofficial::getopt-win32::getopt) |