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

[CMake] Build the C API into static libs (svn-3.6 backport) #103

Commits on Jun 7, 2018

  1. [CMake] Build the C API into static libs

    To support building (e.g., GDAL) against static libs only, add the C API
    to the static target.
    
    Otherwise, if building with CMake, the C API is only available in a
    dynamic library.
    
    In the future, this could be a lot cleaner -- e.g. with more idiomatic
    CMake configuration of shared vs. static builds -- but for the time
    being I hope this will be acceptable.
    dakotahawkins committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d494134 View commit details
    Browse the repository at this point in the history