This project is created for children programming.
Children programming
cmake -H. -Bbuild -G"Unix Makefiles"
cmake --build build --config release --target robocar
cmake -H. -Bbuild -G"Unix Makefiles"
cmake --build build --config release --target robocar
cmake -H. -Bbuild_xcode -G"Xcode" -DCMAKE_TOOLCHAIN_FILE="cmake/ios.toolchain.cmake" -DIOS_PLATFORM=SIMULATOR64
[Then go to build_xcode folder and open and compile this project with xcode]
cmake -H. -Bbuild -G"Visual Studio 15 2017 Win64"
cmake --build build --config release --target robocar