EmbeddedNim / picostdlib

Nim wrapper for the raspberry pi stdlib
MIT License
70 stars 11 forks source link

Fix tinyusb example CMakeLists #58

Closed auxym closed 1 year ago

auxym commented 1 year ago

Update CMakeLists file from the template. The file had not been updated when some changes were made to the piconim build process:

Note: tinyusb_device is still manually added to target_link_libraries. Need to add it to the auto-generated imports process in piconim.

@beef331 FYI but I'll self-merge this one