nnarain / cmake-avr-toolchain

cmake avr-gcc toolchain
10 stars 4 forks source link

Add ability to include precompiled objects and libraries in build #7

Closed PeterDessev closed 9 months ago

PeterDessev commented 9 months ago

Adds the macro add_avr_libraries which allows multiple precompiled objects of any type and links them to the executable specified as the first argument. The README.md file has been appropriately updated to document the changes.

nnarain commented 9 months ago

Looks good! Thanks for the PR!