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

build cxx-qt-lib autogenerated C++ with Cargo instead of CMake #174

Merged
merged 5 commits into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. add qt-build helper crate for build.rs scripts

    This is intended to be shared between build.rs scripts regardless of
    whether cc, cpp_build, or cxx_build is used.
    Be-ing committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    58993d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a45f3d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1891da View commit details
    Browse the repository at this point in the history
  4. cxx-qt-lib: use cxx_build instead of CMake for C++

    This is a step towards obviating the need for CMake to build
    autogenerated code, which will simplify the build process by moving
    the invocation of Cargo to CMake build time rather than CMake configure
    time.
    Be-ing committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5b23fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39823a3 View commit details
    Browse the repository at this point in the history