Jeremiah van Oosten
Results
2
issues of
Jeremiah van Oosten
Surprising that I haven't seen this issue reported yet, but if I disable "GAIN_BUILD_SHARED" I get the following error when trying to configure the project with CMake: ```sh CMake Error...
As mentioned in issue #78, it is not possible to generate the project in CMake if either `GAIN_BUILD_SHARED` or `GAIN_BUILD_STATIC` is disabled while generating the project. This pull request fixes...