summaryrefslogtreecommitdiff
path: root/externals/getopt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash2018-01-171-8/+6
| | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* getopt: Fix macro redefinition warningGravatar Yuri Kunde Schlesner2015-07-131-1/+0
| | | | We already define _CRT_SECURE_NO_WARNINGS
* getopt: Fix compilation settingsGravatar Yuri Kunde Schlesner2015-07-131-2/+2
| | | | | | 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.
* Implement new argument parsing using getopt and add the corresponding ↵Gravatar Greg Wicks2015-07-123-0/+1110
library to externals