lvgl / lv_port_pc_vscode

MIT License
239 stars 147 forks source link

macOS and CMake support added #13

Closed nscooling closed 2 years ago

nscooling commented 2 years ago

This PR includes

Note the Cmake build requires SDL2 includes are defined as:

#include <SDL.h>

rather than

#include <SDL2/SDL.h>
nscooling commented 2 years ago

It has also been tested on Ubuntu Linux

microwavesafe commented 2 years ago

I'm not familiar with CMake, so I will need a little time to test it out here. Which version of LVGL are you using? I'm wondering if we can wrap up an update of the main library in a new release with this commit.

nscooling commented 2 years ago

Yes I've already done that update but haven't raised a PR yet. I was waiting to see if this would be accepted. I'll raise a different PR with this and v8.1 rolled into one