-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CMake project #50
Comments
Given that there are Premake-generated projects for each platform and architecture that is supported, we do not need Cmake. Some of the original reasoning is available in this blog post: https://www.frogtoss.com/labs/premake-for-package-maintainers.html Adding Cmake in addition to Premake would increase the maintenance overhead and I already do not have a lot of free time. I am not likely at all to accept a Premake pull request as a result of all these reasons. |
@irov I think a battle-tested CMakeLists.txt would be very much appreciated by the community even if not upstreamed into the main project :)) |
There is an unofficial cmake file in vcpkg you can work with. https://github.com/microsoft/vcpkg/tree/master/ports/nativefiledialog |
can I create a pull request and add to this project CMakeLists.txt?
The text was updated successfully, but these errors were encountered: