학술논문

CMakeCatchTemplate: A C++ template project
Document Type
article
Source
Journal of Open Research Software, Vol 9, Iss 1 (2021)
Subject
cmake
c++
project template
scaffolding
Computer software
QA76.75-76.765
Language
English
ISSN
2049-9647
Abstract
CMakeCatchTemplate (https://github.com/MattClarkson/CMakeCatchTemplate) is a project to provide a starting structure for C++ projects configured with CMake, that can be customised to work in a variety of scenarios, allowing developers to deploy new algorithms to users in a shorter timeframe. Main features include a SuperBuild to build optional dependencies; unit tests using Catch; support for CUDA, OpenMP and MPI; examples of command line and GUI applications; Doxygen integration; Continuous Integration templates and support for building/deploying Python modules.