This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-12-10 23:55:03 +00:00
|
|
|
add_library(getopt
|
|
|
|
getopt.c
|
|
|
|
getopt.h
|
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(getopt)
|
2015-06-23 00:59:00 +00:00
|
|
|
|
2015-07-13 22:46:11 +00:00
|
|
|
target_compile_definitions(getopt PUBLIC STATIC_GETOPT)
|
|
|
|
target_include_directories(getopt INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|