SDL2/cmake
Anonymous Maarten 04bcc910e9 cmake: don't do enable_language(OBJC)
When SDL is included as a subproject, the following error might appear:
```
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
```

This is probably because the master project does not see certain OBJC related variables
2022-11-03 15:03:47 +01:00
..
test cmake: only add -Wl,--undefined=WinMain when building an executable 2022-09-19 05:00:24 +03:00
CheckCPUArchitecture.cmake On x86, pass -nodefaultlib to linker when wanting to avoid the C library 2022-10-22 09:28:00 -07:00
macros.cmake cmake: don't do enable_language(OBJC) 2022-11-03 15:03:47 +01:00
sdlchecks.cmake Use -lpthread on OpenBSD 2022-10-21 16:53:26 -07:00