1. 02 Nov, 2018 1 commit
    • CMake: Optional Install if Embedded · f049836d
      Axel Huebl authored
      When adding this library as embedded library with private
      "target link", e.g. only used inside private source files, the
      library does not need to be installed when the main project gets
      installed.
      
      This adds an additional option `JSON_Install` similar to the
      test-build control switch in order to skip installing headers and
      CMake config files if requested.
      
      Avoids using
      ```cmake
      add_subdirectory(path/to/nlohmann_json EXCLUDE_FROM_ALL)
      ```
      
      which has further side-effects:
      https://cmake.org/cmake/help/v3.0/command/add_subdirectory.html
  2. 31 Oct, 2018 1 commit
  3. 30 Oct, 2018 4 commits
  4. 29 Oct, 2018 2 commits
  5. 28 Oct, 2018 4 commits
  6. 27 Oct, 2018 9 commits
  7. 26 Oct, 2018 3 commits
  8. 25 Oct, 2018 5 commits
  9. 24 Oct, 2018 6 commits
  10. 23 Oct, 2018 4 commits
  11. 22 Oct, 2018 1 commit