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

Add a cc_library to the CMake build #670

Merged
merged 5 commits into from
Jan 17, 2018
Merged

Add a cc_library to the CMake build #670

merged 5 commits into from
Jan 17, 2018

Commits on Jan 15, 2018

  1. Rewrite cc_test to take named arguments

    Cut down on build file verbosity by having cc_test take SOURCES and
    DEPENDS. The separate invocation of target_link_libraries is no longer
    necessary.
    wilhuff committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    e9b7758 View commit details
    Browse the repository at this point in the history
  2. Add a cc_library rule to parallel cc_test

    This cuts down on build file verbosity.
    wilhuff committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    37c3a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d349188 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Exclude platform-specific libraries from 'all'

    This is makes it possible to declare this kind of library
    unconditionally. Usage within a test or as a dependency will actually
    trigger building.
    wilhuff committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    c97dcde View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    1815899 View commit details
    Browse the repository at this point in the history