2021-09-04 18:50:10 +00:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
2015-04-27 16:12:31 +00:00
|
|
|
|
|
|
|
add_library(wingetopt STATIC src/getopt.c src/getopt.h)
|
2020-07-11 15:21:44 +00:00
|
|
|
target_include_directories(wingetopt SYSTEM PUBLIC ${CMAKE_CURRENT_LIST_DIR}/src)
|