• D
    REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse · f4349423
    dan-42 提交于
    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> ```
    f4349423
CMakeLists.txt 2.3 KB