Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When loading the project in the JetBrains CLion, the IDE would not properly resolve includes from the `include/` directory. That's because apparently, CLion does not understand the `-iquote include` flag when parsing the `Makefile`, but it _does_ understand `-iquoteinclude` without the space. I realise that that's probably more of an issue with CLion itself as the syntax with space seems to be valid. But for better or worse, at least this fixed my immediate issue of not being able to properly use the project in CLion. I have also added CLion's compiler flag to the dummy defines in `include/global.h`.
- Loading branch information