cmakeproject() That reads CMakeLists.txt and automatically creates a premake project. #1830
babaliaris
started this conversation in
Ideas
Replies: 1 comment
-
There is premake-cmake (and my fork) which generates CMake from premake. |
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
-
It would be awesome to do something like the following:
And this would automatically read the CMakelist and convert it to a Premake project, no matter the version of CMake.
I have no idea how Premake or Cmake works under the hood, but I guess because CMake has lots of versions, that would be an insane workload to do?
But imagine the power of Premake if this could be achieved. Not to mention that will increase its popularity!
Tones of c/c++ projects out there are using CMake, and currently, it's hard to work with both CMake and Premake.
You have to do a lot of CMake generation and compilation yourself first and include the correct libdirs and links manually.
Beta Was this translation helpful? Give feedback.
All reactions