Add 3rdparty getopt for MSVC

This commit is contained in:
Jonas Kvinge
2022-02-06 16:55:11 +01:00
parent 3730bd04a4
commit a1735278df
6 changed files with 674 additions and 7 deletions

2
3rdparty/getopt/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,2 @@
add_library(getopt STATIC getopt.c)
target_include_directories(getopt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})