summaryrefslogtreecommitdiff
path: root/cat/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Avoid CMake Warning that used GET_TARGET_PROPERTY with LOCATION property,Michihiro NAKAJIMA2014-10-131-1/+0
| | | | so we should use $<TARGET_FILE> expression instead.
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+2
| | | | | | - Visual Studio does not provide unistd.h - Visual Studio does not provide getopt - Increase portability
* Add lafe files to cat projectTim Kientzle2014-04-121-0/+3
|
* Add basic tests for bsdcat.Mike Kazantsev2014-04-091-0/+2
|
* Add optional bsdcat tool.Mike Kazantsev2014-04-041-0/+31
bsdcat works like zcat, bzcat, xzcat and similar tools, but auto-detects source data format, which can also vary between multiple input files.