]> git.seodisparate.com - UDPConnection/commit
Add conan related files and adapt CMakeLists.txt
authorStephen Seo <seo.disparate@gmail.com>
Fri, 12 Jul 2024 07:34:27 +0000 (16:34 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 13 Jul 2024 02:43:01 +0000 (11:43 +0900)
commit35db9faeebb3454ee280f225c91511743133dc70
tree3ded96dab02cba17e90f9a7883911b924c97db35
parentbc6c1e4ca19f2fc02307b16bb41051dc76b10fac
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.
.gitignore
CMakeLists.txt
conanfile.py [new file with mode: 0644]
test_package/CMakeLists.txt [new file with mode: 0644]
test_package/conanfile.py [new file with mode: 0644]
test_package/src/test.cpp [new file with mode: 0644]