Author :
Bastien Bouclet
Date :
2018-04-11 06:16:23
Hash :9856d967 Message :Fix the include path in the installed CMake target import file
Previously the include path was {INSTALL_PREFIX}/include,
it is now {INSTALL_PREFIX}/include/SDL2 to be consistent with
the other build and package configuration systems.
Fixes #4128.