Piotr Wera

Results 4 comments of Piotr Wera

What is still missing to reach FindJUCE.cmake to be ready?

Problem exist also under Ninja and MinGW generators

MinGW doesn't have `execinfo.h` file, imported by `ProgUtils.h`. Also here is no case for windows :) ``` inline auto &progname() { #if defined(__linux__) static auto self = __progname_full; #elif defined(__APPLE__)...

[Here we go](https://github.com/nokia/cppJNI/pull/4)