-
Also update documentation for disabling external libraries.
-
Uses pre-installed gtest,gmock and mbedtls if available (can be disabled via option).
-
- use snippets to verify that the code actually compiles - travis compiles examples and snippets - update Doxyfile
-
- Add mbedtls as submodule - Add bin folder to gitignore
-
- Now the library can just be included with add_subdirectory, no need to configure include path
-
- cleanup and document CMakeLists - add hueplusplus-config.cmake to make it easier to use hueplusplus by simply calling find_package - remove GLOB in test/CMakeLists.txt and exchange with set