* Add asio standalone example
* Mark VERSION explicitly
Without this version information, CPM's versioning mechanism may break
in some cases.
Also add comments for compile definition on Windows.
* Use aync-tcp-echo-server as the example
* Add boost software license to the demo source
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
* use semicolon as empty command and add test
* remove platform specific test coverage
* only run actions for pushes and prs into master (avoid duplication)
* remove cache test as it's already part of the test suite
* update version
* test cache reuse
* add VERSION_PREFIX argument
* add fmt example
* add VERSION_PREFIX note to readme
* rollback, add info about determining version from git tag
* rollback version
* Added GTest (googletest) Example
The examples tests the Fibonacci library similar to the doctest example.
* Add Example for the cereal library.
* Update examples/cereal/CMakeLists.txt
Co-Authored-By: Lars Melchior <TheLartians@users.noreply.github.com>
* Remove Test Coverage Code
* Remove Test Coverage Option
* Added GTest (googletest) Example
The examples tests the Fibonacci library similar to the doctest example.
* Update examples/gtest/CMakeLists.txt
Co-Authored-By: Lars Melchior <TheLartians@users.noreply.github.com>