Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-18 | CMakeLists: Derive the source directory grouping from targets themselves | Lioncash | 1 | -8/+6 | |
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | |||||
2015-07-14 | getopt: Fix compilation settings | Yuri Kunde Schlesner | 1 | -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. | |||||
2015-07-12 | Implement new argument parsing using getopt and add the corresponding library to externals | Greg Wicks | 1 | -0/+11 | |