Oh! CMake doesn’t have a builtin way of doing that. I suppose you could do add_custom_command(PRE_BUILD)
for the libraries you want to do this for.
Oh! CMake doesn’t have a builtin way of doing that. I suppose you could do add_custom_command(PRE_BUILD)
for the libraries you want to do this for.