mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:39:00 +08:00
6 lines
226 B
CMake
6 lines
226 B
CMake
|
if(MSVC)
|
||
|
find_package(unofficial-getopt-win32 CONFIG REQUIRED)
|
||
|
set(GETOPT_LIBRARY "unofficial::getopt-win32::getopt" CACHE INTERNAL "vcpkg")
|
||
|
set(GETOPT_RUNTIME_LIBRARY "unused" CACHE INTERNAL "vcpkg")
|
||
|
endif()
|