summaryrefslogtreecommitdiff
path: root/externals/getopt
AgeCommit message (Collapse)Author
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
2015-07-13getopt: Fix macro redefinition warningYuri Kunde Schlesner
We already define _CRT_SECURE_NO_WARNINGS
2015-07-13getopt: Fix compilation settingsYuri Kunde Schlesner
INTERFACE doesn't define the symbol when compiling the library itself. PUBLIC should be used when the definition is needed both by the library and by the users.
2015-07-12Implement new argument parsing using getopt and add the corresponding ↵Greg Wicks
library to externals