Alon Leibman
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 CLion updating symbols during git rebase
Hi,Whenever I rebase my git branch, while rebase is ongoing, CLion detects changes and starts updating the symbols, which takes a lot of CPU resources.Is there a way for CLion to detect that Git is... -
创建于 add_custom_command OUTPUT file not detected as part of the project
I'm using the add_custom_command to generate some source fileadd_custom_command( OUTPUT ${GENERATED_FILE} COMMAND python somePythonScript.py)and adding it to the executableadd_executable(${...