You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Modified sketch target API to be more similar to CMake's targets API.
It's reflected mostly by the `target_sketches` function which adds sketches as converted source files to an already created target, just as CMake's `target_sources` does. The 'Example' modules that depend on the sketch API has been updated to use new API.
Also removed the `SketchTarget` module which allowed to create a target consisting of a single sketch files as this is not necessary anymore. The 'sketch' example has been updated accordingly.
0 commit comments