开发者

What is the best way of creating several rpm's (deb's) packages in one CMake project?

开发者 https://www.devze.com 2023-03-25 11:55 出处:网络
I need to create several different rpm\'s (deb\'s) (with different list of files) from 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
0

精彩评论

暂无评论...
验证码 换一张
取 消