queezythegreat / arduino-cmake

Arduino CMake Build system
648 stars 216 forks source link

README.rst typo for adding library #29

Closed astromme closed 12 years ago

astromme commented 12 years ago

in the section about adding libraries the wrong command is given in the example

generate_arduino_firmware(blink_lib)

should actually be

generate_arduino_library(blink_lib)
astromme commented 12 years ago

I just fixed it myself and issued a pull request....