early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/getopt-win32/CMakeLists.txt
vendored
Executable file
11
externals/vcpkg/ports/getopt-win32/CMakeLists.txt
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
project(getopt-win32 C)
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
add_definitions(-DEXPORTS_GETOPT)
|
||||
else()
|
||||
add_definitions(-DSTATIC_GETOPT)
|
||||
endif()
|
||||
add_library(getopt getopt.c)
|
||||
install(TARGETS getopt)
|
||||
Reference in New Issue
Block a user