What is .cbp file?

已回答

In a "cmake-build-debug" folder in my project, I find the file %my_project_name%.cbp. As I know .cbp file is a codeblocks file extension. Are your program really use codeblocks under the hood for working? And can you say how it use it?

  • Add to Phrasebook
     
    • No word lists for English -> Russian...
       
    • Create a new word list...
  • Copy
  • Add to Phrasebook
     
    • No word lists for Russian -> English...
       
    • Create a new word list...
  • Copy
0

Hello!

By default CLion uses CodeBlocks CMake generator (-G "CodeBlocks - ***") which produces CodeBlocks project files.

0
Avatar
Permanently deleted user

Thank you for your answer!

0

请先登录再写评论。