Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched to single build system CMake #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Psyhich
Copy link

@Psyhich Psyhich commented Oct 11, 2023

Integrated Meson, Makefile, and setup.py into single more popular CMake build ecosystem

I'm not really familiar with deployment into pypi so would require help integrating it into this codebase

Default workflow for building project looks like:
Configuring:

cmake -S ./ -B build <additional options>

You can add additional options with -D= flags or use any kind of CMake GUI for that

Building:

cmake --build build/ -j

Running tests:

ctest build/

Creating package:

cpack build/ -G ZIP

Or installing directly:

cmake --build build/ -t install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant