zeek/auxil/vcpkg/ports/mathgl/cmake-project-include.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
198 B
CMake

if(WIN32 AND NOT MINGW)
find_package(unofficial-getopt-win32 REQUIRED)
set(getopt_lib-static unofficial::getopt-win32::getopt)
set(MGL_HAVE_GETOPT 1 CACHE INTERNAL "From vcpkg")
endif()