For the main project to pick up any changes to the static library, I added a build dependency to the main project. I also added the needed file search path for the linker to find the static library output file. If some files changed in the static library, I am not seeing the main project doing an incremental build to pick up this change. Why is this?


