Hello everybody, I just found a bug in your CMakeLists.txt file in root of
sources. When you use target_link_libraries, you should set modificator
"LINK_PRIVATE". When I include SDL into my project using add_subdirectory,
my main project begin to include same *.lib’s file as SDL project.
Also, line 199 contains A<<add_definitions(-DUSING_GENERATED_CONFIG_H)A>>.
This line causes a error aWrong SDL_config.h, check your include
path?a
This bugs were detected in Windows, when I generate VS project