Skip to main content

A script to build cmake project for c++ using python

Project description

clean_cmake_project

python script to generate skeleton for cmake project for c++ https://github.com/FrenchCommando/clean_cmake_project

Dependency

  • python package stringcase - to convert name formats from/to pascal/snake/constant
  • listed in requirement.txt
  • python 3 - currently working with 3.7

Usage

  • directly use the script

or

  • install the package and call a function

Run the script - Old / Simple version

  • Place the script ProjectSkeleton.py in the main project folder - which may be empty
  • Run the script in cmd
    • The script will prompt a name for the new sub_project
    • Enter the project name and hit Enter
    • You may also enter a path to another folder is you want to create the file in another folder

using pip

  • pip install clean_cmake_project

    • import clean_cmake_project.ProjectSkeleton as ccp
    • ccp.build(name, path)

    or

  • installing the package also adds an entrypoint

    • cmake-python-project
    • that has the same effect as running the script

Structure

  • If not already present, a CMakeLists.txt file will be created and filled.
  • googletest will be cloned in /libs/googletest
  • source files are placed in the /src/ folder - with one sub-folder for each sub-project
  • test files are placed in the /tests/ folder - with one sub-folder for each sub-project

##Links

  • The name of the main project is retrieve from the location of the script, it is used for
    • name of the project in the main CMakeList.txt
    • guards for .h files (#define CLEAN_CMAKE_PROJECT_TOTO_H)
  • The main CMakeLists.txt contains links to
    • googletest directory
    • each src and tests sub-directories
  • The CMakeLists.txt from the test folder has a link to the project defined in the src folder
    • the .cpp test contains and include to the .h in the src folder

Contribution

Anything is always welcome

Github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clean_cmake_project-0.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

clean_cmake_project-0.0.1-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page