You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Windows development is now only possible using Visual Studio. There's much better options like CLion for example. But currently CMake is only properly working on linux.
Describe the solution you'd like
I would suggest to move fully to CMake, even on Windows, because it will allow developers to choose IDE's they like. Who want to stay with VS - can still generate VS project for themselves.
Now I have to manually tune CMakeLists.txt to open in CLion without errors.
Just a side note:
I also thing SDL include path is not set anywhere in CMakeLists.txt, it's only luck that it works on linux.
The text was updated successfully, but these errors were encountered:
kosumosu
changed the title
Windows build using CMake
Windows development using CMake
Dec 28, 2023
Is your feature request related to a problem? Please describe.
Windows development is now only possible using Visual Studio. There's much better options like CLion for example. But currently CMake is only properly working on linux.
Describe the solution you'd like
I would suggest to move fully to CMake, even on Windows, because it will allow developers to choose IDE's they like. Who want to stay with VS - can still generate VS project for themselves.
Now I have to manually tune
CMakeLists.txt
to open in CLion without errors.Just a side note:
I also thing SDL include path is not set anywhere in
CMakeLists.txt
, it's only luck that it works on linux.The text was updated successfully, but these errors were encountered: