Adam

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Adam 创建了一个帖子,
    已回答

    CLion and committing with git submodules

    I have a project which has a git submodule inside it. I often edit the submodule itself from the project which uses the submodule. When committing the changes, The main project doesn't recognize th...
  • Adam 创建了一个帖子,

    Build project upon building another project

    I have a project which builds a dylib and a project which is an application. I want the dylib to be rebuilt (if needed) everytime the application is being built. I easily achieved this in Xcode by ...