Hi! Looking for some help..<div>I use add_executable(exename) + target_link_libraries (exename staticlibname), linux OS. If 'staticlibname' is not under CMake and chagnes somehow, CMake will not rebuild executable.</div>
<div>And so I have a problem, that I have few updates of 'staticlibname' lib, but very old executable. Can I force to rebuild executable every build?</div><div><br></div>