CMake Ant An implementation of the Langton's Ant algorithm in pure CMake Running To run the program, execute the following command: $ cmake -P ant.cmake A custom number of steps may be specified like so: $ cmake -DNSTEPS=15 -P ant.cmake number of steps: 15 ...