What is the best way of creating several rpm's (deb's) packages in one CMake project?
I need to create several different rpm's (deb's) (with different list of files) from one CMake project. What is the best way for t开发者_如何学JAVAhis? Can some one suggest some project (CMakeList.txt) with such options?
You will want to use CPack.
- Packaging With CPack
精彩评论