/fileCombiner

A script that combines files into another file

Primary LanguageC++

How to build

To build this project, you need to have CMake and make installed on your computer.

  1. Switch to the "build" directory (if it isn't created create it)
  2. Execute cmake ..
  3. Execute make