Skip to main content

Small C++ builder tools

Project description

procxx

Simple C++ builder tools

About

procxx is a c++ builder tools for building c++ project.

If you want something with more features, you can use CMake.

procxx target is to make building c++ easier.

Supported Compilers

  • gcc (g++)
  • clang (clang++)
  • other compilers that support gcc and clang flags

Example

from procxx import CXXProject

myproject = CXXProject("g++") # you can remove the g++ if you want it auto-detect compiler

myproject.add_include("include") # add include path

myproject.add_raw("src/*.cpp") # add raw argument. Usually for adding source file

myproject.autorun("main.cpp") # you can also use run method but autorun will automatically run the compiled executeable

License

MIT

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

procxx-0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

procxx-0.1-py3-none-any.whl (3.9 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