For using this utility you need to have next third-pary libraries
- Libssh
- Boost (System and Filesystem)
mkdir build
cd build
cmake ..
make
./ccmake_node.sh start
In your project create ccmake.txt file with next options
EXE=<name of executable>
SOURCE=<list of c/cpp files divided by whitespace>
HEADERS=<list of h files divided by whitespace>
FLAGS=<parameters for compiler>
Then to build project run
concurrent_make <path to ccmake.txt>
Roman Milishchuk @RomanMilishchuk
Yurii Yelisiesiev @YuraYelisiesiev
Danylo Kolinko @Kolinko-Danylo