Skip to content

Switched to single build system CMake#19

Open
Psyhich wants to merge 1 commit into
amaork:masterfrom
Psyhich:master
Open

Switched to single build system CMake#19
Psyhich wants to merge 1 commit into
amaork:masterfrom
Psyhich:master

Conversation

@Psyhich

@Psyhich Psyhich commented Oct 11, 2023

Copy link
Copy Markdown

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.

1 participant