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

Buck build #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Buck build #56

wants to merge 2 commits into from

Conversation

njlr
Copy link

@njlr njlr commented Aug 15, 2017

This PR adds support for builds using Buck. I wrote this build file because I am currently porting mongo-cxx-driver to Buck, and this is a dependency.

Even though core is header-only, the advantage of having a Buck file is that it describes which header files make up the library in a format that is human and machine readable. This description makes it is easier to integrate into another project because Buck will wire-together the include paths in an intelligent way.

To "build" with Buck:

buck build :core

To run the tests:

buck run test/:algorithm
buck run test/:any
buck run test/:array
# etc... 

The existing CMake build is unchanged; the two can coexist peacefully 😊

@CLAassistant
Copy link

CLAassistant commented Aug 15, 2017

CLA assistant check
All committers have signed the CLA.

@bruxisma
Copy link
Member

Hi, I wanted to let you know I've seen this PR but I'm currently recovering from surgery for the next few weeks so it'll be a while before it gets integrated.

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.

3 participants