RE: How To Create A Home Object In 2-Dimensional Form Using C++ Programming

You are viewing a single comment's thread from:

How To Create A Home Object In 2-Dimensional Form Using C++ Programming

in utopian-io •  7 years ago 

Excuse me, I still dont understand with second point, about CMakeLists.txt,
Tell me please @nafestw

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago (edited)

My point is, that you should provide instructions on how to build your sample code. You can either provide a Visual Studio Solution or a Makefile. CMake is a meta build system for C and C++. So if you provide rules to build your project in a CMakeLists.txt, the reader can generate a project for its favorite IDE or a Makefile from it. I recommend Daniel Pfeiffer's talk on "Effective CMake" on YouTube

Thanks a lot sir