Robert Tiemann

Results 3 comments of Robert Tiemann

Hi, I've just started to play around with LVGL and ran into this issue when trying to integrate LVGL into a project built with Meson. Here is a minimal example...

> So it seems [this](https://github.com/lvgl/lvgl/blob/master/env_support/cmake/custom.cmake#L35-L44) in the current Cmake file in master can be simplified like: > What do you thnik? Yes, I think this simplification should not break anything...

I just compiled JoyShockMapper on Arch Linux, and it works. Seems like you had a typo in your command: you used `-DCMAKE_CXX_COMPILE=clang++`, but it should have been `-DCMAKE_CXX_COMPILER=clang++` (you forgot...