Replies: 1 comment
-
Good read as MS Dev Blog. We need CMakePresets, see
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CMake support thas improved a lot, and works pretty much out-of-the-box with VS nowdays.
Premake has no particular advantage (other than Lua itself), but requires more maintenance because it's not as widely adopted (All libs we use have
CMakeLists
, but none have premake).Also, our CI uses premake, and there are shitty build errors due to differences in how include paths are managed.
Beta Was this translation helpful? Give feedback.
All reactions