| Summary: | PATCH: OpenGL is not included in the proper tests when using CMake | ||
|---|---|---|---|
| Product: | SDL | Reporter: | vladius <vturbanov> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
| Attachments: |
Provide OpenGL for CMake tests
Hexadecimal unifont variant to be used in tests. |
||
Created attachment 4793 [details]
Hexadecimal unifont variant to be used in tests.
Even with the unifont functionality built in the testtime.c, the file is still missing from the repository and is not loaded correctly.
This patch is adding this file. The new CMakeLists.txt should already be updated with the previous patch in this issue, to copy the font to the destination build directory correctly.
|
Created attachment 4792 [details] Provide OpenGL for CMake tests I'm including a patch to provide a portable and conditional OpenGL inclusion intro proper tests. Tested.