Simple Example This example compiles and runs the code in simple.cc. The simple program is a basic example of parsing an SDF file and accessing the resulting data. Compile mkdir build; cd build cmake ../; make Run ./simple ../simple.sdf