Coder Social home page Coder Social logo

Add CMakeLists.txt file about qr-code-generator HOT 3 CLOSED

nayuki avatar nayuki commented on August 18, 2024
Add CMakeLists.txt file

from qr-code-generator.

Comments (3)

nayuki avatar nayuki commented on August 18, 2024 1

Thank you for taking the time to introduce me to how CMake is used on Windows in practice.

from qr-code-generator.

nayuki avatar nayuki commented on August 18, 2024
  • Do you mean it is easy to build my sample applications? Those are just demos. The point of the library is to be included into a real application project. Nothing could be easier than simply adding the 6 source files to an existing project.
  • Similar to pull request #14 (which came 2 weeks later from another author).

from qr-code-generator.

sahil56 avatar sahil56 commented on August 18, 2024

First thing is that your demos will be built in a single step and exe file will be created for them.
Second thing is, there is no need to change existing files or project structure, only a single CMakeLists.txt needs to be added in c and cpp folders.
Thirdly, I think it is preferable to link to a library than including source files in the projects (even if there are just two or three).

Making use of Makefile on windows can be sometimes tough as some developers do not use autotools. It is always good for a project to provide both options of make and cmake. cmake is preferred in windows platform.

from qr-code-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.