nothings / stb

stb single-file public domain libraries for C/C++

Home Page:https://twitter.com/nothings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for CMakeLists.txt Integration for Improved Build System

nithinprince2000 opened this issue · comments

Hello there,

I hope this message finds you well. I am currently exploring and using your stb on GitHub, and I must express my appreciation for the excellent work you've done on it. The project is incredibly valuable, and I find it to be a great resource for texturing images on meshes.

As I was working with the code, I noticed that there is no CMakeLists.txt file included in the repository. I understand that different projects may have different build systems, but having a CMakeLists.txt file can significantly enhance the project's accessibility and ease of use for a broader audience.

CMake has become a widely adopted build system due to its cross-platform support and user-friendly configuration. It can help users seamlessly build and configure projects on various platforms, making it more convenient for developers to contribute and collaborate.

I believe that adding a CMakeLists.txt file to your project could be a valuable enhancement, attracting more contributors and making it easier for users to integrate your project into their own workflows.

If you are open to the idea, I'd be more than happy to assist in creating the CMakeLists.txt file for the project and submitting a pull request. Alternatively, if you have specific reasons for not including a CMakeLists.txt file, I would appreciate any insights you could share.

Thank you for your time and consideration. I look forward to your response and continued success with stb.

Best regards,

Nithin Aashik PS
@nithinprince2000