InterviewSolution
Saved Bookmarks
| 1. |
What Is The Best Way To Distribute Source Code Or Binaries For A Cmake-based Project? |
|
Answer» For creating source or binary packages there is now CPack COMING with CMake, see the documentation. Of course you can also USE any other ways to CREATE packages. For creating source or binary packages there is now CPack coming with CMake, see the documentation. Of course you can also use any other ways to create packages. |
|