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

REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse #669

Merged

Commits on Jul 29, 2017

  1. REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse

    The rewrite uses more cmake build-in automatisms and build-in generates
    variables to allow better generic reuse.
    * cmake  files are installed to
    ``` <install_prefix>/lib/cmake/nlohmann_json/ ``` for best support on
    most systems
    * include path is set to ``` include ```  for usage as ``` #include
    <nlohmann/json.hpp> ```
    dan-42 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    f434942 View commit details
    Browse the repository at this point in the history