MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
31 stars 13 forks source link

Integrate script to generate new project #5

Closed MattClarkson closed 7 years ago

MattClarkson commented 7 years ago

Basically, we need to integrate this: https://github.com/MattClarkson/CMakeCatchTemplate/pull/1

but also provide command line args, maybe more testing (haven't checked) and ensure its fully usable.

MattClarkson commented 7 years ago

Thanks to ddervs, I decided not to go with command line parsing due to lack of available time this month. So, i tested it. The instructions said to export the project without a .git folder, so I made the script just work on an exported project. So, it works nicely for now.