commit | 2a440598ca3bfda52b3711ca558ab0d269112c39 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Sun Feb 16 00:08:36 2020 -0800 |
committer | Sam Lantinga <slouken@libsdl.org> | Sun Feb 16 00:08:36 2020 -0800 |
tree | 8abf1fddfaad2a51c0c071af70b83b7a347cf4f3 | |
parent | 5639c05fe4e8dcd350166c0b6b376c5ff9516714 [diff] |
Further improvements for bug 4128 - CMAKE: Generated target import file contains incorrect include path Mohamed It would be useful to be able to do either `#include "SDL2/SDL.h"` or `#include "SDL.h"`. This patch allows that and adds compatibility with other build systems. It also allows differentiating between SDL1 and SDL2.