UDPConnection/conan_usage_example/conanfile.txt
Stephen Seo c3182cb127 Fix conanfile.py/CMakeLists.txt for C consumers
The new configuration should make C consumers link to "stdc++" by
default, which should fix building with static libs for C programs.
2024-07-13 22:41:16 +09:00

6 lines
59 B
Text

[requires]
udpc/1.2
[generators]
CMakeDeps
CMakeToolchain