Ho to link other library #1822
-
I have a library based on CMake. How to properly connect this C++ library to my Drogon project? |
Beta Was this translation helpful? Give feedback.
Answered by
VladlenPopolitov
Oct 30, 2023
Replies: 1 comment
-
Usually it is written in documentation of the library. Author made the library, and he expected , that it will be included in other programs and had to inform interface to include it. Cmake project has different choices to build and share libraries.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
UInSomnia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually it is written in documentation of the library. Author made the library, and he expected , that it will be included in other programs and had to inform interface to include it. Cmake project has different choices to build and share libraries.