Compare commits

..

6 commits

Author SHA1 Message Date
2bb283e335 Minor tweaks to actions/workflows files (unittest)
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 4m48s
2024-07-13 11:43:01 +09:00
125ef0aaf5 Add example CMake project that uses UDPC 2024-07-13 11:43:01 +09:00
2adfb03b12 Update github workflow to use conan 2024-07-13 11:43:01 +09:00
13899404ec Update forgejo workflow to use conan 2024-07-13 11:43:01 +09:00
35db9faeeb Add conan related files and adapt CMakeLists.txt
This is put in a new "conan" branch. Changes to the conan build process
will only occur on this branch.
2024-07-13 11:43:01 +09:00
bc6c1e4ca1 Update README.md
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 2s
Run UnitTests / build-and-run-tests (push) Successful in 16s
2024-07-13 11:42:53 +09:00

View file

@ -91,3 +91,6 @@ conan packages of this library are [available here](https://git.seodisparate.com
The `conan` branch contains the necessary changes to publish this library as a The `conan` branch contains the necessary changes to publish this library as a
conan package. Expect the `conan` branch to rebase on `master` in the future. conan package. Expect the `conan` branch to rebase on `master` in the future.
An example project is [available here](https://git.seodisparate.com/stephenseo/UDPConnection/src/branch/conan/conan_usage_example)
to use this project with conan.