我想用clion编译我的tup项目该怎么搞

已回答

官方的各位大神能不能教我一下怎样用你们clion编译我的这个tup项目吗?我只会在clion终端用tup命令编译,但这样编译完后,不能用clion的函数跳转查找功能,这是项目的链接地址:https://github.com/odriverobotics/ODrive/tree/master/Firmware。

0

Hello!

CLion supports the following project formats:

It doesn't support tup as a project format. 

In order to get smart code features to work for the ODrive/Firmware project in CLion, you'll need to create a compile_commands.json file for it and open the project as a Compilation database project in CLion. See https://www.jetbrains.com/help/clion/compilation-database.html for more details.

0

请先登录再写评论。