Adam
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created CLion and committing with git submodules
AnsweredI 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... -
Created 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 ...