CMake Console Project
Console application that implements merge sort algorithm.
Application should be called with command line parameters.
Parameters should be:
For generate:
- <action> = '-g'
- <output file name>
- <quantity>
For sort:
- <input file name>
- <output file name>
- [<order>] = '-a' | '-d'
- [<max ram usage in bytes>] >= 10485760